summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php
blob: 66331e1563f852cf71649ef6e4b4459f1df3e472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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(
            ),
        ),
    ),
);