composer update
This commit is contained in:
parent
9ac51e0523
commit
623395064f
279 changed files with 4458 additions and 16328 deletions
24
vendor/fguillot/picofeed/lib/PicoFeed/Rules/adventuregamers.com.php
vendored
Normal file
24
vendor/fguillot/picofeed/lib/PicoFeed/Rules/adventuregamers.com.php
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%^/news.*%' => array(
|
||||
'test_url' => 'http://www.adventuregamers.com/news/view/31079',
|
||||
'body' => array(
|
||||
'//div[@class="bodytext"]',
|
||||
)
|
||||
),
|
||||
'%^/videos.*%' => array(
|
||||
'test_url' => 'http://www.adventuregamers.com/videos/view/31056',
|
||||
'body' => array(
|
||||
'//iframe',
|
||||
)
|
||||
),
|
||||
'%^/articles.*%' => array(
|
||||
'test_url' => 'http://www.adventuregamers.com/articles/view/31049',
|
||||
'body' => array(
|
||||
'//div[@class="cleft"]',
|
||||
)
|
||||
)
|
||||
),
|
||||
);
|
31
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bigpicture.ru.php
vendored
Executable file
31
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bigpicture.ru.php
vendored
Executable file
|
@ -0,0 +1,31 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://bigpicture.ru/?p=556658',
|
||||
'body' => array(
|
||||
'//div[@class="article container"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//form',
|
||||
'//style',
|
||||
'//h1',
|
||||
'//*[@class="wp-smiley"]',
|
||||
'//div[@class="ipmd"]',
|
||||
'//div[@class="tags"]',
|
||||
'//div[@class="social-button"]',
|
||||
'//div[@class="bottom-share"]',
|
||||
'//div[@class="raccoonbox"]',
|
||||
'//div[@class="yndadvert"]',
|
||||
'//div[@class="we-recommend"]',
|
||||
'//div[@class="relap-bigpicture_ru-wrapper"]',
|
||||
'//div[@id="mmail"]',
|
||||
'//div[@id="mobile-ads-cut"]',
|
||||
'//div[@id="liquidstorm-alt-html"]',
|
||||
'//div[contains(@class, "post-tags")]',
|
||||
'//*[contains(text(),"Смотрите также")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
22
vendor/fguillot/picofeed/lib/PicoFeed/Rules/e-w-e.ru.php
vendored
Executable file
22
vendor/fguillot/picofeed/lib/PicoFeed/Rules/e-w-e.ru.php
vendored
Executable file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://e-w-e.ru/16-prekrasnyx-izobretenij-zhenshhin/',
|
||||
'body' => array(
|
||||
'//div[contains(@class, "post_text")]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//form',
|
||||
'//style',
|
||||
'//*[@class="views_post"]',
|
||||
'//*[@class="adman_mobile"]',
|
||||
'//*[@class="adman_desctop"]',
|
||||
'//*[contains(@rel, "nofollow")]',
|
||||
'//*[contains(@class, "wp-smiley")]',
|
||||
'//*[contains(text(),"Источник:")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
27
vendor/fguillot/picofeed/lib/PicoFeed/Rules/factroom.ru.php
vendored
Executable file
27
vendor/fguillot/picofeed/lib/PicoFeed/Rules/factroom.ru.php
vendored
Executable file
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.factroom.ru/life/20-facts-about-oil',
|
||||
'body' => array(
|
||||
'//div[@class="post"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//form',
|
||||
'//style',
|
||||
'//h1',
|
||||
'//div[@id="yandex_ad2"]',
|
||||
'//*[@class="jp-relatedposts"]',
|
||||
'//div[contains(@class, "likely-desktop")]',
|
||||
'//div[contains(@class, "likely-mobile")]',
|
||||
'//p[last()]',
|
||||
'//div[contains(@class, "facebook")]',
|
||||
'//div[contains(@class, "desktop-underpost-direct")]',
|
||||
'//div[contains(@class, "source-box")]',
|
||||
'//div[contains(@class, "under-likely-desktop")]',
|
||||
'//div[contains(@class, "mobile-down-post")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/fototelegraf.ru.php
vendored
Executable file
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/fototelegraf.ru.php
vendored
Executable file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://fototelegraf.ru/?p=348232',
|
||||
'body' => array(
|
||||
'//div[@class="post-content"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//form',
|
||||
'//style',
|
||||
'//div[@class="imageButtonsBlock"]',
|
||||
'//div[@class="adOnPostBtwImg"]',
|
||||
'//div[contains(@class, "post-tags")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
|
@ -6,7 +6,15 @@ return array(
|
|||
'test_url' => 'http://www.golem.de/news/breko-telekom-verzoegert-gezielt-den-vectoring-ausbau-1311-102974.html',
|
||||
'body' => array(
|
||||
'//header[@class="cluster-header"]',
|
||||
'//header[@class="paged-cluster-header"]',
|
||||
'//div[@class="formatted"]',
|
||||
),
|
||||
'next_page' => array(
|
||||
'//a[@id="atoc_next"]'
|
||||
),
|
||||
'strip' => array(
|
||||
'//header[@class="cluster-header"]/a',
|
||||
'//div[@id="iqadtile4"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/gorabbit.ru.php
vendored
Executable file
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/gorabbit.ru.php
vendored
Executable file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://gorabbit.ru/article/10-oshchushcheniy-za-rulem-kogda-tolko-poluchil-voditelskie-prava',
|
||||
'body' => array(
|
||||
'//div[@class="detail_text"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//form',
|
||||
'//style',
|
||||
'//div[@class="socials"]',
|
||||
'//div[@id="cr_1"]',
|
||||
'//div[@class="related_items"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/hardware.fr.php
vendored
Normal file
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/hardware.fr.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%^/news.*%' => array(
|
||||
'test_url' => 'http://www.hardware.fr/news/14760/intel-lance-nouveaux-ssd-nand-3d.html',
|
||||
'body' => array(
|
||||
'//div[@class="content_actualite"]/div[@class="md"]',
|
||||
)
|
||||
),
|
||||
),
|
||||
);
|
23
vendor/fguillot/picofeed/lib/PicoFeed/Rules/hotshowlife.com.php
vendored
Executable file
23
vendor/fguillot/picofeed/lib/PicoFeed/Rules/hotshowlife.com.php
vendored
Executable file
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'https://hotshowlife.com/top-10-chempionov-produktov-po-szhiganiyu-kalorij/',
|
||||
'body' => array(
|
||||
'//div[@class="entry-content"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//form',
|
||||
'//style',
|
||||
'//div[@class="ads2"]',
|
||||
'//div[@class="mistape_caption"]',
|
||||
'//div[contains(@class, "et_social_media_hidden")]',
|
||||
'//div[contains(@class, "et_social_inline_bottom")]',
|
||||
'//div[contains(@class, "avatar")]',
|
||||
'//ul[contains(@class, "entry-tags")]',
|
||||
'//div[contains(@class, "entry-meta")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/indiehaven.com.php
vendored
Normal file
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/indiehaven.com.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://indiehaven.com/no-mans-sky-is-a-solo-space-adventure-and-im-ok-with-that/',
|
||||
'body' => array(
|
||||
'//section[contains(@class, "entry-content")]',
|
||||
)
|
||||
),
|
||||
),
|
||||
);
|
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/justcoolidea.ru.php
vendored
Executable file
19
vendor/fguillot/picofeed/lib/PicoFeed/Rules/justcoolidea.ru.php
vendored
Executable file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://justcoolidea.ru/idealnyj-sad-samodelnye-proekty-dlya-berezhlivogo-domovladeltsa/',
|
||||
'body' => array(
|
||||
'//section[@class="entry-content"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//form',
|
||||
'//style',
|
||||
'//*[contains(@class, "essb_links")]',
|
||||
'//*[contains(@rel, "nofollow")]',
|
||||
'//*[contains(@class, "ads")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
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"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
22
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lifehacker.ru.php
vendored
Executable file
22
vendor/fguillot/picofeed/lib/PicoFeed/Rules/lifehacker.ru.php
vendored
Executable file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://lifehacker.ru/2016/03/03/polymail/',
|
||||
'body' => array(
|
||||
'//div[@class="post-content"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//form',
|
||||
'//style',
|
||||
'//*[@class="wp-thumbnail-caption"]',
|
||||
'//*[contains(@class, "social-likes")]',
|
||||
'//*[@class="jp-relatedposts"]',
|
||||
'//*[contains(@class, "wpappbox")]',
|
||||
'//*[contains(@class, "icon__image")]',
|
||||
'//div[@id="hypercomments_widget"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
|
@ -6,6 +6,7 @@ return array(
|
|||
'test_url' => 'https://medium.com/lessons-learned/917b8b63ae3e',
|
||||
'body' => array(
|
||||
'//div[contains(@class, "post-field body")]',
|
||||
'//div[contains(@class, "section-inner layoutSingleColumn")]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
|
|
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/monandroid.com.php
vendored
Normal file
14
vendor/fguillot/picofeed/lib/PicoFeed/Rules/monandroid.com.php
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.monandroid.com/blog/tutoriel-avance-activer-le-stockage-fusionne-sur-android-6-marshamallow-t12.html',
|
||||
'body' => array(
|
||||
'//div[@class="blog-post-body"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
|
@ -3,7 +3,7 @@
|
|||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.monwindowsphone.com/tout-savoir-sur-le-centre-d-action-de-windows-phone-8-1-t40574.html',
|
||||
'test_url' => 'http://www.monwindows.com/tout-savoir-sur-le-centre-d-action-de-windows-phone-8-1-t40574.html',
|
||||
'body' => array(
|
||||
'//div[@class="blog-post-body"]',
|
||||
),
|
21
vendor/fguillot/picofeed/lib/PicoFeed/Rules/moya-planeta.ru.php
vendored
Executable file
21
vendor/fguillot/picofeed/lib/PicoFeed/Rules/moya-planeta.ru.php
vendored
Executable file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.moya-planeta.ru/travel/view/chto_yaponcu_horosho_russkomu_ne_ponyat_20432/',
|
||||
'body' => array(
|
||||
'//div[@class="full_object"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//div[@class="full_object_panel object_panel"]',
|
||||
'//div[@class="full_object_panel_geo object_panel"]',
|
||||
'//div[@class="full_object_title"]',
|
||||
'//div[@class="full_object_social_likes"]',
|
||||
'//div[@class="full_object_planeta_likes"]',
|
||||
'//div[@class="full_object_go2comments"]',
|
||||
'//div[@id="yandex_ad_R-163191-3"]',
|
||||
'//div[@class="full_object_shop_article_recommend"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/nat-geo.ru.php
vendored
Executable file
11
vendor/fguillot/picofeed/lib/PicoFeed/Rules/nat-geo.ru.php
vendored
Executable file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.nat-geo.ru/fact/868093-knidos-antichnyy-naukograd/',
|
||||
'body' => array(
|
||||
'//div[@class="article-inner-text"]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
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'
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
24
vendor/fguillot/picofeed/lib/PicoFeed/Rules/publy.ru.php
vendored
Executable file
24
vendor/fguillot/picofeed/lib/PicoFeed/Rules/publy.ru.php
vendored
Executable file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.publy.ru/post/19988',
|
||||
'body' => array(
|
||||
'//div[@class="singlepost"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//form',
|
||||
'//style',
|
||||
'//*[@class="featured"]',
|
||||
'//*[@class="toc_white no_bullets"]',
|
||||
'//*[@class="toc_title"]',
|
||||
'//*[@class="pba"]',
|
||||
'//*[@class="comments"]',
|
||||
'//*[contains(@class, "g-single")]',
|
||||
'//*[@class="ts-fab-wrapper"]',
|
||||
'//*[contains(@class, "wp_rp_wrap")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/rockpapershotgun.com.php
vendored
Normal file
12
vendor/fguillot/picofeed/lib/PicoFeed/Rules/rockpapershotgun.com.php
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'https://www.rockpapershotgun.com/2016/08/26/the-divisions-expansions-delayed-to-improve-the-game/',
|
||||
'body' => array(
|
||||
'//div[@class="entry"]',
|
||||
)
|
||||
),
|
||||
),
|
||||
);
|
|
@ -3,15 +3,15 @@ return array(
|
|||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.rugbyrama.fr/rugby/top-14/2015-2016/top-14-hayman-coupe-du-monde-finale-2012-lutte.-voici-levan-chilachava-toulon_sto5283863/story.shtml',
|
||||
'body' => array(
|
||||
'//div[@class="story-simple-content"]',
|
||||
'body' => array(
|
||||
'//div[@class="storyfull__content"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//form',
|
||||
'//style',
|
||||
'//*[@class="share-buttons"]',
|
||||
'//*[@class="show-mobile-block"]',
|
||||
'//*[@class="ad"]',
|
||||
'//*[@class="hide-desktop"]',
|
||||
'//*[@id="tracking_img"]',
|
||||
)
|
||||
|
|
|
@ -1,9 +1,15 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'filter' => array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'%(<img.+)(\.png"/>)%' => '$1$2$1after$2',
|
||||
'test_url' => 'http://www.smbc-comics.com/comic/the-troll-toll',
|
||||
'body' => array(
|
||||
'//div[@id="cc-comicbody"]',
|
||||
'//div[@id="aftercomic"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
21
vendor/fguillot/picofeed/lib/PicoFeed/Rules/takprosto.cc.php
vendored
Executable file
21
vendor/fguillot/picofeed/lib/PicoFeed/Rules/takprosto.cc.php
vendored
Executable file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://takprosto.cc/kokteyl-dlya-pohudeniya-v-domashnih-usloviyah/',
|
||||
'body' => array(
|
||||
'//div[contains(@class, "entry-contentt")]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'//form',
|
||||
'//style',
|
||||
'//*[@class="views_post"]',
|
||||
'//*[contains(@class, "mailchimp-box")]',
|
||||
'//*[contains(@class, "essb_links")]',
|
||||
'//*[contains(@rel, "nofollow")]',
|
||||
'//*[contains(@class, "ads")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
|
@ -2,20 +2,16 @@
|
|||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.thelocal.se/20151018/swedish-moderates-tighten-focus-on-begging-ban',
|
||||
'test_url' => 'www.thelocal.se/20161219/this-swede-can-memorize-hundreds-of-numbers-in-only-five-minutes',
|
||||
'body' => array(
|
||||
'//article',
|
||||
'//div[@id="article-photo"]',
|
||||
'//div[@id="article-description"]',
|
||||
'//div[@id="article-body"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//p[@id="mobile-signature"]',
|
||||
'//article/div[4]',
|
||||
'//article/ul[1]',
|
||||
'//div[@class="clr"]',
|
||||
'//p[@class="small"]',
|
||||
'//p[@style="font-weight: bold; font-size: 14px;"]',
|
||||
'//div[@class="author"]',
|
||||
'//div[@class="ad_container"]',
|
||||
'//div[@id="article-info-middle"]',
|
||||
)
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ return array(
|
|||
'%.*%' => array(
|
||||
'test_url' => 'http://www.geekculture.com/joyoftech/joyarchives/2180.html',
|
||||
'body' => array(
|
||||
'//p[contains(@class,"Maintext")][2]/img',
|
||||
'//p[contains(@class,"Maintext")][2]/a/img[contains(@src,"joyimages")]',
|
||||
),
|
||||
'strip' => array(),
|
||||
),
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.pcinpact.com/news/85954-air-france-ne-vous-demande-plus-deteindre-vos-appareils-electroniques.htm?utm_source=PCi_RSS_Feed&utm_medium=news&utm_campaign=pcinpact',
|
||||
'body' => array(
|
||||
'//div[contains(@id, "actu_content")]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
Reference in a new issue