10 lines
173 B
PHP
10 lines
173 B
PHP
<?php
|
|
return array(
|
|
'test_url' => 'http://explosm.net/comics/3803/',
|
|
'body' => array(
|
|
'//div[@id="comic-container"]',
|
|
),
|
|
'strip' => array(
|
|
),
|
|
);
|