miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nature.com.php

14 lines
312 B
PHP
Raw Normal View History

2015-12-16 01:26:15 +01:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.nature.com/doifinder/10.1038/nature.2015.18340',
'body' => array(
'//div[contains(@class,"main-content")]',
),
2016-02-10 02:30:07 +01:00
'strip' => array(),
2015-12-16 01:26:15 +01:00
),
2016-02-10 02:30:07 +01:00
),
2015-12-16 01:26:15 +01:00
);