diff options
Diffstat (limited to 'vendor/miniflux/picofeed/lib/PicoFeed/Rules/adventuregamers.com.php')
-rw-r--r-- | vendor/miniflux/picofeed/lib/PicoFeed/Rules/adventuregamers.com.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/adventuregamers.com.php b/vendor/miniflux/picofeed/lib/PicoFeed/Rules/adventuregamers.com.php deleted file mode 100644 index 98d384e6..00000000 --- a/vendor/miniflux/picofeed/lib/PicoFeed/Rules/adventuregamers.com.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php -return array( - 'grabber' => array( - '%^/news.*%' => array( - 'test_url' => 'http://www.adventuregamers.com/news/view/31079', - 'body' => array( - '//div[@class="bodytext"]', - ) - ), - '%^/videos.*%' => array( - 'test_url' => 'http://www.adventuregamers.com/videos/view/31056', - 'body' => array( - '//iframe', - ) - ), - '%^/articles.*%' => array( - 'test_url' => 'http://www.adventuregamers.com/articles/view/31049', - 'body' => array( - '//div[@class="cleft"]', - ) - ) - ), -); |