summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/explosm.net.php
blob: b9ca9b0f90249e3a1d12c7d615a03a98d6d60af6 (plain)
1
2
3
4
5
6
7
8
9
<?php
return array(
    'test_url' => 'http://explosm.net/comics/3803/',
    'body' => array(
        '//div[@id="comic-container"]',
    ),
    'strip' => array(
    ),
);