15 lines
278 B
PHP
Raw Normal View History

2013-09-30 22:15:18 -04:00
<?php
2013-09-30 22:15:18 -04:00
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://pastebin.com/ed1pP9Ak',
'body' => array(
'//div[@class="text"]',
),
'strip' => array(
),
),
),
2013-09-30 22:15:18 -04:00
);