summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php
blob: d3ed697e7808bd4988e7f0f8a8043ab39e0b3012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://blog.fefe.de/?ts=ad706a73',
            'body' => array(
                '/html/body/ul',
            ),
            'strip' => array(
            ),
        ),
    ),
);