summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/dilbert.com.php
blob: b8e9b3d6e5608e95f6797fdd07b6ef23769b1588 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'body' => array(
                '//img[@class="img-responsive img-comic"]',
            ),
            'test_url' => 'http://dilbert.com/strip/2016-01-28',
        ),
    ),
);