summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/github.com.php
blob: abc41ed0e27a9224e2ba4c9d0e590f6ea269921a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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',
            ),
        ),
    ),
);