miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/geek.com.php
2015-10-19 22:49:30 -04:00

18 lines
444 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.geek.com/news/the-11-best-ways-to-eat-eggs-1634076/',
'body' => array(
'//div[@class="articleinfo"]/figure',
'//div[@class="articleinfo"]/article',
'//span[@class="by"]',
),
'strip' => array(
'//span[@class="red"]',
),
),
),
);