miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nat-geo.ru.php
2016-12-26 17:32:18 -05:00

12 lines
279 B
PHP
Executable File

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.nat-geo.ru/fact/868093-knidos-antichnyy-naukograd/',
'body' => array(
'//div[@class="article-inner-text"]',
),
),
),
);