16 lines
436 B
PHP
Raw Normal View History

2016-02-09 20:30:07 -05:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://onhax.net/process-lasso-8-9-1-4-pro-key-portable-is-here-latest',
'body' => array(
2017-04-05 16:05:48 -04:00
'//div[@class="postcontent"]',
2016-02-09 20:30:07 -05:00
),
'strip' => array(
2017-04-05 16:05:48 -04:00
'//*[@class="sharedaddy sd-sharing-enabled"]',
'//*[@class="yarpp-related"]',
2016-02-09 20:30:07 -05:00
),
),
),
2017-04-05 16:05:48 -04:00
);