blob: 195413865998c4cb7a77f2d461b0e3844112bb16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'https://geektimes.ru/post/289151/',
'body' => array(
"//div[contains(concat(' ',normalize-space(@class),' '),' content ')]"
),
'strip' => array(),
),
),
);
|