12 lines
260 B
PHP
Raw Normal View History

2015-09-12 13:34:36 -04:00
<?php
2015-09-12 13:34:36 -04:00
return array(
'grabber' => array(
'%.*%' => array(
'body' => array('//img[@id="cc-comic"]'),
'strip' => array(),
'test_url' => 'http://www.threepanelsoul.com/comic/subjective-tastes',
),
2015-09-12 13:34:36 -04:00
),
);