16 lines
351 B
PHP
Raw Normal View History

2015-10-18 17:31:23 -04:00
<?php
2015-10-18 17:31:23 -04:00
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.linux.org/threads/lua-the-scripting-interpreter.8352/',
2016-02-09 20:30:07 -05:00
'body' => array(
'//div[@class="messageContent"]',
),
2015-10-18 17:31:23 -04:00
'strip' => array(
2016-02-09 20:30:07 -05:00
'//aside',
2015-10-18 17:31:23 -04:00
),
),
),
2015-10-18 17:31:23 -04:00
);