12 lines
298 B
PHP
12 lines
298 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'test_url' => 'http://www.stereophile.com/content/2015-rocky-mountain-audio-fest-starts-friday',
|
|
'body' => array(
|
|
'//div[@class="content clear-block"]',
|
|
),
|
|
),
|
|
),
|
|
);
|