2015-09-12 19:34:36 +02:00
|
|
|
<?php
|
2015-10-20 04:49:30 +02:00
|
|
|
|
2015-09-12 19:34:36 +02:00
|
|
|
return array(
|
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
2016-02-10 02:30:07 +01:00
|
|
|
'body' => array(
|
|
|
|
'//img[@id="cc-comic"]',
|
|
|
|
),
|
|
|
|
'test_url' => 'http://www.threepanelsoul.com/comic/uncloaking',
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
2015-09-12 19:34:36 +02:00
|
|
|
),
|
|
|
|
);
|