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/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")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
Reference in a new issue