summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/marriedtothesea.com.php
blob: 469640df6e8b56ab6956ba01fc3f5536462384fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.marriedtothesea.com/index.php?date=052915',
            'body' => array(
                '//div[@align]/a/img',
            ),
            'strip' => array(),
        ),
    ),
);