blob: 6879e767b11d13c0e13234cc1493a140ca07c445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.howtogeek.com/235283/what-is-a-wireless-hard-drive-and-should-i-get-one/',
'body' => array(
'//div[@class="thecontent"]',
),
'strip' => array(
'//*[@class="relatedside"]',
),
),
),
);
|