miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/mlb.com.php

20 lines
540 B
PHP
Raw Normal View History

2016-01-12 02:03:13 +01:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://m.brewers.mlb.com/news/article/161364798',
'body' => array(
2016-02-10 02:30:07 +01:00
'//article',
2016-01-12 02:03:13 +01:00
),
'strip' => array(
2016-02-10 02:30:07 +01:00
'//div[@class="article-top"]',
'//div[contains(@class, "contributor-bottom")]',
'//p[@class="tagline"]',
'//div[contains(@class, "social-")]',
'//div[@class="button-wrap"]',
2016-01-12 02:03:13 +01:00
),
2016-02-10 02:30:07 +01:00
),
2016-01-12 02:03:13 +01:00
),
);