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