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

13 lines
262 B
PHP
Raw Normal View History

2015-10-18 23:31:23 +02:00
<?php
2015-10-18 23:31:23 +02:00
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.koreaherald.com/view.php?ud=20150926000018',
'body' => array(
'//div[@class="content_view"]',
),
),
),
2015-10-18 23:31:23 +02:00
);