composer update
This commit is contained in:
parent
9ac51e0523
commit
623395064f
279 changed files with 4458 additions and 16328 deletions
23
vendor/fguillot/picofeed/lib/PicoFeed/Rules/legorafi.fr.php
vendored
Normal file
23
vendor/fguillot/picofeed/lib/PicoFeed/Rules/legorafi.fr.php
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => array(
|
||||
'http://www.legorafi.fr/2016/12/16/gorafi-magazine-bravo-vous-avez-bientot-presque-survecu-a-2016/',
|
||||
'http://www.legorafi.fr/2016/12/15/manuel-valls-promet-quune-fois-elu-il-debarrassera-la-france-de-manuel-valls/',
|
||||
),
|
||||
'body' => array(
|
||||
'//section[@id="banner_magazine"]',
|
||||
'//figure[@class="main_picture"]',
|
||||
'//div[@class="content"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//figcaption',
|
||||
'//div[@class="sharebox"]',
|
||||
'//div[@class="tags"]',
|
||||
'//section[@class="taboola_article"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
Reference in a new issue