15 lines
362 B
PHP
15 lines
362 B
PHP
|
<?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/',
|
||
|
),
|
||
|
),
|
||
|
);
|