summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/distrowatch.com.php
blob: 5c143f464af725f2eaa16ba94b5abf63aeddfd50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://distrowatch.com/?newsid=08355',
            'body' => array(
                '//td[@class="NewsText"][1]',
            ),
            'strip' => array(
            )
        )
    )
);