2015-10-18 17:31:23 -04:00
|
|
|
<?php
|
|
|
|
return array(
|
|
|
|
'grabber' => array(
|
|
|
|
'%.*%' => array(
|
|
|
|
'test_url' => 'http://www.theonion.com/article/wild-eyed-jim-harbaugh-informs-players-they-must-k-51397?utm_medium=RSS&utm_campaign=feeds',
|
|
|
|
'body' => array(
|
2016-02-09 20:30:07 -05:00
|
|
|
'//div[@class="content-masthead"]/figure/div/noscript/img',
|
|
|
|
'//div[@class="content-text"]',
|
2015-10-18 17:31:23 -04:00
|
|
|
),
|
2015-10-19 22:49:30 -04:00
|
|
|
),
|
|
|
|
),
|
2015-10-18 17:31:23 -04:00
|
|
|
);
|