summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/github.com.php
blob: 6e28b99decf48cf38b24e4fbac56c676dced7bce (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'
            )
        )
    )
);