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

14 lines
431 B
PHP
Raw Normal View History

2014-05-17 15:26:17 +02:00
<?php
return array(
2015-04-28 18:08:42 +02:00
'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"]',
2015-12-16 01:26:15 +01:00
'//div[@class="artikel_content"]',
2017-11-02 05:17:45 +01:00
'//div[@class="article-content"]',
),
),
),
2014-05-17 15:26:17 +02:00
);