miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.sciencemag.org.php
2016-03-24 17:49:50 -04:00

17 lines
476 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.sciencemag.org/news/2016/01/could-bright-foamy-wak$
'body' => array(
'//div[@class="row--hero"]',
'//article[contains(@class,"primary")]',
),
'strip' => array(
'//header[@class="article__header"]',
'//footer[@class="article__foot"]',
),
),
)
);