13 lines
330 B
PHP
13 lines
330 B
PHP
<?php
|
|
return array(
|
|
'grabber' => array(
|
|
'%.*%' => array(
|
|
'test_url' => 'https://habrahabr.ru/company/pentestit/blog/328606/',
|
|
'body' => array(
|
|
"//div[contains(concat(' ',normalize-space(@class),' '),' content ')]"
|
|
),
|
|
'strip' => array(),
|
|
),
|
|
),
|
|
);
|