Cleanup
This commit is contained in:
parent
cb491341df
commit
9947a5f033
391 changed files with 0 additions and 15712 deletions
|
@ -1,26 +0,0 @@
|
|||
<?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