summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nba.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/nba.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/nba.com.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nba.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nba.com.php
new file mode 100644
index 000000000..078ce85c7
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/nba.com.php
@@ -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(
+ '//section[@id="nbaArticleContent"]',
+ ),
+ 'strip' => array(
+ '//div[@id="nbaArticleSocialWrapper_bot"]',
+ '//h5',
+ ),
+ )
+ )
+);