blob: 51247f7624ac09f84ca7a88b99d2cb9ff206fa41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
return array(
'grabber' => array(
'%.*%' => array(
'body' => array(
'//img[@id="comic_image"]',
'//div[@class="comment-wrapper"][position()=1]',
),
'strip' => array(),
'test_url' => 'http://www.anythingcomic.com/comics/2108929/stress-free/',
),
),
);
|