13 lines
359 B
PHP
Raw Normal View History

2015-10-18 17:31:23 -04:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.bizjournals.com/milwaukee/news/2015/09/30/bucks-will-hike-prices-on-best-seats-at-new-arena.html',
'body' => array(
2015-12-15 19:26:15 -05:00
'//figure/div/a/img',
'//p[@class="content__segment"]',
2015-10-18 17:31:23 -04:00
),
),
),
2015-10-18 17:31:23 -04:00
);