11 lines
218 B
PHP
11 lines
218 B
PHP
|
<?php
|
||
|
return array(
|
||
|
'test_url' => 'https://github.com/audreyr/favicon-cheat-sheet',
|
||
|
'body' => array(
|
||
|
'//article[contains(@class, "entry-content")]',
|
||
|
),
|
||
|
'strip' => array(
|
||
|
'//h1'
|
||
|
)
|
||
|
);
|