diff options
Diffstat (limited to 'vendor/miniflux/picofeed/lib/PicoFeed/Rules/geek.com.php')
-rw-r--r-- | vendor/miniflux/picofeed/lib/PicoFeed/Rules/geek.com.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/geek.com.php b/vendor/miniflux/picofeed/lib/PicoFeed/Rules/geek.com.php deleted file mode 100644 index d9ccecc2..00000000 --- a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/geek.com.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php -return array( - 'grabber' => array( - '%.*%' => array( - 'test_url' => 'http://www.geek.com/news/the-11-best-ways-to-eat-eggs-1634076/', - 'body' => array( - '//div[@class="articleinfo"]/figure', - '//div[@class="articleinfo"]/article', - '//span[@class="by"]', - ), - 'strip' => array( - '//span[@class="red"]', - '//div[@class="on-target"]' - ), - ), - ), -); |