16 lines
444 B
PHP
16 lines
444 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'test_url' => 'http://blog.the-ebook-reader.com/2015/09/25/kobo-glo-hd-and-kobo-touch-2-0-covers-and-cases-roundup/',
|
|
'body' => array(
|
|
'//div[@class="entry"]',
|
|
),
|
|
'strip' => array(
|
|
'//div[@id="share"]',
|
|
'//div[contains(@class,"ItemCenter")]',
|
|
),
|
|
),
|
|
),
|
|
);
|