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