summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/satwcomic.com.php
blob: 173f563b27af01dc686cd62710410880be7e5f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://satwcomic.com/day-at-the-beach',
            'body' => array(
                '//div[@class="container"]/center/a/img'
            ),
            'strip' => array(),
        )
    )
);