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