Include composer dependencies in repo
This commit is contained in:
15
vendor/miniflux/picofeed/lib/PicoFeed/Rules/nba.com.php
vendored
Normal file
15
vendor/miniflux/picofeed/lib/PicoFeed/Rules/nba.com.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.nba.com/2015/news/09/25/knicks-jackson-to-spend-more-time-around-coaching-staff.ap/index.html?rss=true',
|
||||
'body' => array(
|
||||
'//div[@class="paragraphs"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//div[@id="nbaArticleSocialWrapper_bot"]',
|
||||
'//h5',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user