summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php
blob: 66c9ccab7e1ada9c2c2c25beb48faf72ff9975b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

return array(
    'grabber' => array(
        '%.*%' => array(
            'body' => array('//img[@id="cc-comic"]'),
            'strip' => array(),
            'test_url' => 'http://www.threepanelsoul.com/comic/subjective-tastes',
        ),
    ),
);