heise.de.php 431 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.heise.de/security/meldung/BND-300-Millionen-Euro-fuer-Fruehwarnsystem-gegen-Cyber-Attacken-2192237.html',
  6. 'body' => array(
  7. '//div[@class="meldung_wrapper"]',
  8. '//div[@class="artikel_content"]',
  9. '//div[@class="article-content"]',
  10. ),
  11. ),
  12. ),
  13. );