derstandard.at.php 396 B

1234567891011121314
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://derstandard.at/2000010267354/The-Witcher-3-Hohe-Hardware-Anforderungen-fuer-PC-Spieler?ref=rss',
  6. 'body' => array(
  7. '//div[@class="copytext"]',
  8. '//ul[@id="media-list"]',
  9. ),
  10. 'strip' => array(
  11. ),
  12. ),
  13. ),
  14. );