summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php
blob: 829cf3f01e6c08074850f68eea05291bdc32b385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://blog.fefe.de/?ts=ad706a73',
            'body' => array(
                '/html/body/ul'
            ),
            'strip' => array(
            ),
        )
    )
);