summaryrefslogtreecommitdiff
path: root/vendor/miniflux/picofeed/lib/PicoFeed/Rules/derstandard.at.php
blob: 7e95a51f077c15add6d25cddddf3af971b41681e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://derstandard.at/2000010267354/The-Witcher-3-Hohe-Hardware-Anforderungen-fuer-PC-Spieler?ref=rss',
            'body' => array(
                '//div[@class="copytext"]',
                '//ul[@id="media-list"]',
            ),
            'strip' => array(
            ),
        ),
    ),
);