summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theonion.com.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 19:11:00 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 19:11:00 +0100
commit59daa89e4c82860d6b16b4e4bebab1eb8c302153 (patch)
tree53b840b6cd8d6c01bed28445f10a8b4788a29a84 /vendor/fguillot/picofeed/lib/PicoFeed/Rules/theonion.com.php
parent3f4f78601439c07ceda61d7d9a35b5026db31deb (diff)
update picofeed
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/theonion.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/theonion.com.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theonion.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theonion.com.php
index dd403f031..c1a51daf1 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theonion.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/theonion.com.php
@@ -5,8 +5,8 @@ return array(
'%.*%' => array(
'test_url' => 'http://www.theonion.com/article/wild-eyed-jim-harbaugh-informs-players-they-must-k-51397?utm_medium=RSS&utm_campaign=feeds',
'body' => array(
- '//div[@class="content-masthead"]/figure/div/noscript/img',
- '//div[@class="content-text"]',
+ '//div[@class="content-masthead"]/figure/div/noscript/img',
+ '//div[@class="content-text"]',
),
),
),