2015-04-28 18:08:42 +02:00
|
|
|
<?php
|
2015-10-20 04:49:30 +02:00
|
|
|
|
2015-04-28 18:08:42 +02:00
|
|
|
return array(
|
|
|
|
'grabber' => array(
|
|
|
|
'%/archives.*%' => array(
|
|
|
|
'test_url' => 'http://niceteethcomic.com/archives/page119/',
|
|
|
|
'body' => array('//*[@class="comicpane"]/a/img'),
|
|
|
|
'strip' => array(),
|
2015-10-20 04:49:30 +02:00
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|