2015-10-18 17:31:23 -04:00
|
|
|
<?php
|
2015-10-19 22:49:30 -04:00
|
|
|
|
2015-10-18 17:31:23 -04:00
|
|
|
return array(
|
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://zdnet.com.feedsportal.com/c/35462/f/675637/s/4a33c93e/sc/11/l/0L0Szdnet0N0Carticle0Cchina0Eus0Eagree0Eon0Ecybercrime0Ecooperation0Eamid0Econtinued0Etension0C0Tftag0FRSSbaffb68/story01.htm',
|
|
|
|
'body' => array(
|
2016-02-09 20:30:07 -05:00
|
|
|
'//p[@class="summary"]',
|
|
|
|
'//div[contains(@class,"storyBody")]',
|
2015-10-18 17:31:23 -04:00
|
|
|
),
|
|
|
|
'strip' => array(
|
2016-02-09 20:30:07 -05:00
|
|
|
'//*[contains(@class,"ad-")]',
|
|
|
|
'//p/span',
|
|
|
|
'//script',
|
|
|
|
'//p[@class="summary"]',
|
|
|
|
'//div[contains(@class,"relatedContent")]',
|
|
|
|
'//div[contains(@class,"loader")]',
|
|
|
|
'//p[@class="photoDetails"]',
|
|
|
|
'//div[@class="thumbnailSlider"]',
|
|
|
|
'//div[@class="shortcodeGalleryWrapper"]',
|
2015-10-18 17:31:23 -04:00
|
|
|
),
|
2015-10-19 22:49:30 -04:00
|
|
|
),
|
|
|
|
),
|
2015-10-18 17:31:23 -04:00
|
|
|
);
|