2015-10-18 17:31:23 -04:00
|
|
|
<?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(
|
2017-04-05 16:05:48 -04:00
|
|
|
'//div[@class="paragraphs"]',
|
2015-10-18 17:31:23 -04:00
|
|
|
),
|
|
|
|
'strip' => array(
|
|
|
|
'//div[@id="nbaArticleSocialWrapper_bot"]',
|
|
|
|
'//h5',
|
|
|
|
),
|
2015-10-19 22:49:30 -04:00
|
|
|
),
|
|
|
|
),
|
2015-10-18 17:31:23 -04:00
|
|
|
);
|