summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php
index 66c9ccab7..5407158e5 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php
@@ -3,9 +3,10 @@
return array(
'grabber' => array(
'%.*%' => array(
- 'body' => array('//img[@id="cc-comic"]'),
- 'strip' => array(),
- 'test_url' => 'http://www.threepanelsoul.com/comic/subjective-tastes',
+ 'body' => array(
+ '//img[@id="cc-comic"]',
+ ),
+ 'test_url' => 'http://www.threepanelsoul.com/comic/uncloaking',
),
),
);