14 lines
361 B
PHP
Raw Normal View History

2015-06-21 09:56:36 -04:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'body' => array(
'//img[@id="comic_image"]',
'//div[@class="comment-wrapper"][position()=1]',
2015-06-21 09:56:36 -04:00
),
'strip' => array(),
'test_url' => 'http://www.anythingcomic.com/comics/2108929/stress-free/',
),
2015-06-21 09:56:36 -04:00
),
);