summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/github.com.php
blob: 726634f995d34f07b75578e02f4bcbced8ce53e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'https://github.com/audreyr/favicon-cheat-sheet',
            'body' => array(
                '//article[contains(@class, "entry-content")]',
            ),
            'strip' => array(
                '//h1',
            ),
        ),
    ),
);