15 lines
344 B
PHP
15 lines
344 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'test_url' => 'http://www.smbc-comics.com/comic/the-troll-toll',
|
|
'body' => array(
|
|
'//div[@id="cc-comicbody"]',
|
|
'//div[@id="aftercomic"]',
|
|
),
|
|
'strip' => array(
|
|
),
|
|
),
|
|
),
|
|
);
|