summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php
blob: fa1d548cfde7f01564cec6218e35297fb6ffd974 (plain)
1
2
3
4
5
6
7
<?php
return array(
    'test_url' => 'http://www.heise.de/security/meldung/BND-300-Millionen-Euro-fuer-Fruehwarnsystem-gegen-Cyber-Attacken-2192237.html',
    'body' => array(
        '//div[@class="meldung_wrapper"]'
    )
);