summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/anythingcomic.com.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-10-25 13:37:34 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-10-25 13:37:34 +0100
commitc10358a0f69789306d65daf23f79a07c271268e2 (patch)
tree19546f5a2a12f720074a53b6fde441d28170b1c7 /vendor/fguillot/picofeed/lib/PicoFeed/Rules/anythingcomic.com.php
parentbf7ff10a5114c0517cd7082ee95ccecb0c7f807d (diff)
update picofeed & version bump
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/anythingcomic.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/anythingcomic.com.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/anythingcomic.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/anythingcomic.com.php
index df8b8b7e0..c73ac3bdb 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/anythingcomic.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/anythingcomic.com.php
@@ -1,13 +1,14 @@
<?php
+
return array(
'grabber' => array(
'%.*%' => array(
'body' => array(
'//img[@id="comic_image"]',
- '//div[@class="comment-wrapper"][position()=1]'
+ '//div[@class="comment-wrapper"][position()=1]',
),
'strip' => array(),
'test_url' => 'http://www.anythingcomic.com/comics/2108929/stress-free/',
- )
+ ),
),
);