miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreaherald.com.php
2017-04-05 16:05:48 -04:00

12 lines
257 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.koreaherald.com/view.php?ud=20150926000018',
'body' => array(
'//div[@id="articleText"]',
),
),
),
);