composer update
This commit is contained in:
parent
9ac51e0523
commit
623395064f
279 changed files with 4458 additions and 16328 deletions
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")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
Reference in a new issue