summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/pixelbeat.org.php
blob: 4aeb38803a0cecd1e598bb211b520e00d3182a6e (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(),
        )
    )
);