summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/mlb.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/mlb.com.php
parent3f4f78601439c07ceda61d7d9a35b5026db31deb (diff)
update picofeed
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/mlb.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/mlb.com.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/mlb.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/mlb.com.php
index 3646aa4b1..55dbfffab 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/mlb.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/mlb.com.php
@@ -5,15 +5,15 @@ return array(
'%.*%' => array(
'test_url' => 'http://m.brewers.mlb.com/news/article/161364798',
'body' => array(
- '//article',
+ '//article',
),
'strip' => array(
- '//div[@class="article-top"]',
- '//div[contains(@class, "contributor-bottom")]',
- '//p[@class="tagline"]',
- '//div[contains(@class, "social-")]',
- '//div[@class="button-wrap"]',
+ '//div[@class="article-top"]',
+ '//div[contains(@class, "contributor-bottom")]',
+ '//p[@class="tagline"]',
+ '//div[contains(@class, "social-")]',
+ '//div[@class="button-wrap"]',
),
- ),
+ ),
),
);