pro-linux.de.php 430 B

12345678910111213141516
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'https://www.pro-linux.de/news/1/25252/chrome-62-erschienen.html',
  6. 'body' => array(
  7. '//div[@id="news"]',
  8. ),
  9. 'strip' => array(
  10. '//h3[@class="topic"]',
  11. '//h2[@class="title"]',
  12. '//div[@class="picto"]',
  13. ),
  14. ),
  15. ),
  16. );