summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/anythingcomic.com.php
blob: c73ac3bdbc0d19155c91c2a1d8596ee6ec85b4ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

return array(
    'grabber' => array(
        '%.*%' => array(
            'body' => array(
                '//img[@id="comic_image"]',
                '//div[@class="comment-wrapper"][position()=1]',
            ),
            'strip' => array(),
            'test_url' => 'http://www.anythingcomic.com/comics/2108929/stress-free/',
        ),
    ),
);