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