linux-magazin.de.php 506 B

12345678910111213141516
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.linux-magazin.de/Ausgaben/2017/09/AWS-Alternativen',
  6. 'body' => array(
  7. '//div[@class="attribute-content"]/div[@class="attribute-intro"]',
  8. '(//div[@class="attribute-image"])[1]',
  9. '//div[@itemprop="articleBody"]',
  10. ),
  11. 'strip' => array(
  12. '//p[@class="attribute-advice"]',
  13. )
  14. )
  15. )
  16. );