summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lfg.co.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/lfg.co.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/lfg.co.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lfg.co.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lfg.co.php
deleted file mode 100644
index 1073f0e91..000000000
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lfg.co.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-return array(
- 'grabber' => array(
- '%.*%' => array(
- 'test_url' => 'http://www.lfg.co/page/871/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+LookingForGroup+%28Looking+For+Group%29&utm_content=FeedBurner',
- 'body' => array(
- '//*[@id="comic"]/img | //*[@class="content"]',
- ),
- 'strip' => array(),
- ),
- ),
-);