summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/habrahabr.ru.php
blob: 3f1ec165b123b1ec2c8431f85a905bb7f6743d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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(),
        ),
    ),
);