summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/ymatuhin.ru.php
blob: 9fd83f18c73e7d293d113932470e9d2c94ef3648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'https://ymatuhin.ru/tools/git-default-editor/',
            'body' => array(
                '//section',
            ),
            'strip' => array(
              "//script",
              "//style",
              "//h1",
              "//time",
              "//aside",
              "/html/body/section/ul",
              "//amp-iframe",
              "/html/body/section/h4"          
            ),
        )
    )
);