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(
|
|
|
|
'body' => array('//img[@id="cc-comic"]'),
|
|
|
|
'strip' => array(),
|
|
|
|
'test_url' => 'http://www.threepanelsoul.com/comic/subjective-tastes',
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
2015-09-12 19:34:36 +02:00
|
|
|
),
|
|
|
|
);
|