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.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lfg.co.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lfg.co.php
index 50e84fdcb..1073f0e91 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lfg.co.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/lfg.co.php
@@ -1,13 +1,13 @@
<?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"]'
+ '//*[@id="comic"]/img | //*[@class="content"]',
),
'strip' => array(),
- )
- )
+ ),
+ ),
);
-