11 lines
258 B
PHP
11 lines
258 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'body' => array('//img[@id="cc-comic"]'),
|
|
'strip' => array(),
|
|
'test_url' => 'http://www.threepanelsoul.com/comic/subjective-tastes',
|
|
)
|
|
),
|
|
);
|