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.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php
new file mode 100644
index 000000000..921f8f991
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/koreatimes.php
@@ -0,0 +1,10 @@
+<?php
+
+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"]',
+ ),
+ ),
+);