blob: 1f313cd0a945082aedfb085fba66869e68179be0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://buttersafe.com/2015/04/21/the-incredible-flexible-man/',
'body' => array(
'//div[@id="comic"]',
'//div[@class="post-comic"]',
),
'strip' => array(),
),
),
);
|