summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/giantitp.com.php
blob: d9c3ae5dcf3f6ec34f66389815594416b6fe0d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
return array(
    'grabber' => array(
        '%/comics/oots.*%' => array(
        'test_url' => 'http://www.giantitp.com/comics/oots0989.html',
        'body' => array(
            '//td[@align="center"]/img',
        ),
        'strip' => array(),
    ),
    ),
);