summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/pixelbeat.org.php
blob: fa9052eaee8fd189d749fe7703057c315d8ea5b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.pixelbeat.org/programming/sigpipe_handling.html#1425573246',
            'body' => array(
                '//div[@class="contentText"]',
            ),
            'strip' => array(),
        ),
    ),
);