15 lines
344 B
PHP
Raw Normal View History

2015-06-21 09:56:36 -04:00
<?php
return array(
2016-12-26 17:32:18 -05:00
'grabber' => array(
2015-06-21 09:56:36 -04:00
'%.*%' => array(
2016-12-26 17:32:18 -05:00
'test_url' => 'http://www.smbc-comics.com/comic/the-troll-toll',
'body' => array(
'//div[@id="cc-comicbody"]',
'//div[@id="aftercomic"]',
),
'strip' => array(
),
),
),
2015-06-21 09:56:36 -04:00
);