11 lines
338 B
PHP
11 lines
338 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'test_url' => 'http://twokinds.keenspot.com/archive.php?p=0',
|
|
'body' => array('//*[@class="comic"]/div/a/img | //*[@class="comic"]/div/img | //*[@id="cg_img"]/img | //*[@id="cg_img"]/a/img'),
|
|
'strip' => array(),
|
|
),
|
|
),
|
|
);
|