spiegel.de.php 491 B

1234567891011121314
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.spiegel.de/politik/ausland/afrika-angola-geht-gegen-islam-vor-und-schliesst-moscheen-a-935788.html',
  6. 'body' => array(
  7. '//div[@class="spArticleContent"]/p | //div[@class="spArticleContent"]//img[@class="spResponsiveImage "]',
  8. ),
  9. 'strip' => array(
  10. '//div[@class="author-details"]',
  11. ),
  12. ),
  13. ),
  14. );