miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php

13 lines
380 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => 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"]',
'//div[@class="artikel_content"]',
),
),
),
);