blob: f41e44385dfe95f63d9df368160b67945d09b6b1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
return array(
'grabber' => array(
'%/archives.*%' => array(
'test_url' => 'http://niceteethcomic.com/archives/page119/',
'body' => array('//*[@class="comicpane"]/a/img'),
'strip' => array(),
),
),
);
|