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

15 lines
491 B
PHP
Raw Normal View History

2013-11-27 03:01:13 +01:00
<?php
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.spiegel.de/politik/ausland/afrika-angola-geht-gegen-islam-vor-und-schliesst-moscheen-a-935788.html',
'body' => array(
2017-11-02 05:17:45 +01:00
'//div[@class="spArticleContent"]/p | //div[@class="spArticleContent"]//img[@class="spResponsiveImage "]',
),
'strip' => array(
'//div[@class="author-details"]',
),
),
),
);