f89ed85a83
fixes #365, #367
13 lines
283 B
PHP
13 lines
283 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'test_url' => 'http://www.egscomics.com/index.php?id=1690',
|
|
'title' => '/html/head/title',
|
|
'body' => array(
|
|
'//img[@id="comic"]'
|
|
)
|
|
)
|
|
)
|
|
);
|