summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.monsieur-le-chien.fr.php
blob: 5f5e987ba4b2a83163356343b82faf3cca41778e (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.monsieur-le-chien.fr/index.php?planche=672',
            'body' => array(
                '//img[starts-with(@src, "i/planches/")]',
            ),
        )
    )
);