13 lines
330 B
PHP
Raw Normal View History

2013-09-30 22:15:18 -04:00
<?php
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
2017-06-11 21:08:00 -04:00
'test_url' => 'https://habrahabr.ru/company/pentestit/blog/328606/',
2015-04-28 18:08:42 +02:00
'body' => array(
2017-06-11 21:08:00 -04:00
"//div[contains(concat(' ',normalize-space(@class),' '),' content ')]"
2015-04-28 18:08:42 +02:00
),
2017-04-05 16:05:48 -04:00
'strip' => array(),
),
),
2013-09-30 22:15:18 -04:00
);