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