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