13 lines
265 B
PHP
13 lines
265 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'grabber' => array(
|
||
|
'%.*%' => array(
|
||
|
'test_url' => 'http://espn.go.com/nfl/story/_/id/13388208/jason-whitlock-chip-kelly-controversy',
|
||
|
'body' => array(
|
||
|
'//p',
|
||
|
),
|
||
|
),
|
||
|
),
|
||
|
);
|