summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php
index 921f8f991..95a9b562d 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php
@@ -4,7 +4,13 @@ return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.koreatimes.co.kr/www/news/nation/2015/12/116_192409.html',
- 'body' => '//div[@class="view_page_news_article_wrapper"]',
+ 'body' => array(
+ '//div[@id="p"]',
+ ),
+ 'strip' => array(
+ '//script',
+ '//div[@id="webtalks_btn_listenDiv"]',
+ ),
),
),
);