add composer's vendor directory
This commit is contained in:
parent
01a3860d73
commit
60b094d5fa
745 changed files with 56017 additions and 1 deletions
24
vendor/fguillot/picofeed/lib/PicoFeed/Rules/zdnet.com.php
vendored
Normal file
24
vendor/fguillot/picofeed/lib/PicoFeed/Rules/zdnet.com.php
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
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(
|
||||
'//p[@class="summary"]',
|
||||
'//div[contains(@class,"storyBody")]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//*[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"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
Reference in a new issue