composer update
This commit is contained in:
parent
9ac51e0523
commit
623395064f
279 changed files with 4458 additions and 16328 deletions
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/nextinpact.com.php
vendored
Normal file
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/nextinpact.com.php
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.nextinpact.com/news/101122-3d-nand-intel-lance-six-nouvelles-gammes-ssd-pour-tous-usages.htm',
|
||||
'body' => array(
|
||||
'//div[@class="container_article"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//div[@class="infos_article"]',
|
||||
'//div[@id="actu_auteur"]',
|
||||
'//div[@id="soutenir_journaliste"]',
|
||||
'//section[@id="bandeau_abonnez_vous"]',
|
||||
'//br'
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
Reference in a new issue