summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/satwcomic.com.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-07-13 17:44:44 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-07-13 17:44:44 +0200
commit17f2cf72af4173409ee294a204de4221b0275428 (patch)
tree366d2621adfe0c4b862d0afba607076c5d3e30e0 /vendor/fguillot/picofeed/lib/PicoFeed/Rules/satwcomic.com.php
parent5ee4dcd035cbf8c00ff95f02fce6ff6b3dc61aaf (diff)
update picofeed
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/satwcomic.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/satwcomic.com.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/satwcomic.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/satwcomic.com.php
index 173f563b2..067f8f911 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/satwcomic.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/satwcomic.com.php
@@ -4,7 +4,8 @@ return array(
'%.*%' => array(
'test_url' => 'http://satwcomic.com/day-at-the-beach',
'body' => array(
- '//div[@class="container"]/center/a/img'
+ '//div[@class="container"]/center/a/img',
+ '//span[@itemprop="articleBody"]'
),
'strip' => array(),
)