summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/thegamercat.com.php
blob: f9b4637bb442a42f8764abe08dd882a67f4c88d4 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.thegamercat.com/comic/just-no/',
            'body' => array('//div[@id="comic"] | //div[@class="post-content"]/div[@class="entry"]/p'),
            'strip' => array(),
        ),
    ),
);