miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php
Frederic Guillot f7b3bbd8e9 Update PicoFeed
2016-02-09 20:30:07 -05:00

17 lines
394 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.koreatimes.co.kr/www/news/nation/2015/12/116_192409.html',
'body' => array(
'//div[@id="p"]',
),
'strip' => array(
'//script',
'//div[@id="webtalks_btn_listenDiv"]',
),
),
),
);