2015-01-13 00:49:03 +01:00
|
|
|
<?php
|
|
|
|
return array(
|
2015-04-28 18:08:42 +02:00
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://explosm.net/comics/3803/',
|
|
|
|
'body' => array(
|
|
|
|
'//div[@id="comic-container"]',
|
|
|
|
),
|
|
|
|
'strip' => array(
|
|
|
|
),
|
|
|
|
)
|
|
|
|
)
|
2015-01-13 00:49:03 +01:00
|
|
|
);
|