Switch to Composer
This commit is contained in:
parent
ce709fec80
commit
fda6e3d811
393 changed files with 14048 additions and 17 deletions
26
vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.lesnumeriques.com.php
vendored
Normal file
26
vendor/fguillot/picofeed/lib/PicoFeed/Rules/www.lesnumeriques.com.php
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.lesnumeriques.com/blender/kitchenaid-diamond-5ksb1585-p27473/test.html',
|
||||
'body' => array(
|
||||
'//*[@id="product-content"]',
|
||||
'//*[@id="news-content"]',
|
||||
'//*[@id="article-content"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//form',
|
||||
'//div[contains(@class, "price-v4"])',
|
||||
'//div[contains(@class, "authors-and-date")]',
|
||||
'//div[contains(@class, "mini-product")]',
|
||||
'//div[@id="articles-related-authors"]',
|
||||
'//div[@id="tags-socials"]',
|
||||
'//div[@id="user-reviews"]',
|
||||
'//div[@id="product-reviews"]',
|
||||
'//div[@id="publication-breadcrumbs-and-date"]',
|
||||
'//div[@id="publication-breadcrumbs-and-date"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
Reference in a new issue