summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php
blob: 599a686e3452bc13069d329dd79eaefefa866faa (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(
            ),
        )
    )
);