summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php
blob: 3c7adc89deffd7f574778d917f0a0023ac9ccdd8 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'body' => array('//img[@id="cc-comic"]'),
            'strip' => array(),
            'test_url' => 'http://www.threepanelsoul.com/comic/subjective-tastes',
        )
    ),
);