summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/golem.de.php
blob: 1a45fa62f623850a0128bd45a9ecc5583f8eb24f (plain)
1
2
3
4
5
6
7
8
<?php
return array(
    'test_url' => 'http://www.golem.de/news/breko-telekom-verzoegert-gezielt-den-vectoring-ausbau-1311-102974.html',
    'body' => array(
        '//header[@class="cluster-header"]',
        '//div[@class="formatted"]'
    )
);