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

17 lines
394 B
PHP
Raw Normal View History

2016-01-12 02:03:13 +01:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.koreatimes.co.kr/www/news/nation/2015/12/116_192409.html',
2016-02-10 02:30:07 +01:00
'body' => array(
'//div[@id="p"]',
),
'strip' => array(
'//script',
'//div[@id="webtalks_btn_listenDiv"]',
),
2016-01-12 02:03:13 +01:00
),
),
);