summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/github.com.php
blob: 9ddd0301ca2de8ce8aff1cf0342757b46049aef5 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
return array(
    'test_url' => 'https://github.com/audreyr/favicon-cheat-sheet',
    'body' => array(
        '//article[contains(@class, "entry-content")]',
    ),
    'strip' => array(
        '//h1'
    )
);