summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php
blob: 687d72d899448c5fa364f6f13406a363eeea29fa (plain)
1
2
3
4
5
6
7
8
9
10
<?php
return 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(
    ),
);