12 lines
242 B
PHP
12 lines
242 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'grabber' => array(
|
||
|
'%.*%' => array(
|
||
|
'test_url' => 'http://loldwell.com/?comic=food-math-101',
|
||
|
'body' => array('//*[@id="comic"]'),
|
||
|
'strip' => array(),
|
||
|
),
|
||
|
),
|
||
|
);
|