16 lines
444 B
PHP
Raw Normal View History

2015-10-18 17:31:23 -04:00
<?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(
2016-02-09 20:30:07 -05:00
'//div[@class="entry"]',
2015-10-18 17:31:23 -04:00
),
2017-04-05 16:05:48 -04:00
'strip' => array(
'//div[@id="share"]',
'//div[contains(@class,"ItemCenter")]',
),
),
),
2015-10-18 17:31:23 -04:00
);