summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/distrowatch.com.php
blob: aefc8f81106f9617ac44d7010782090f2b209eab (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(
            ),
        ),
    ),
);