smarthomewelt.de.php 335 B

12345678910
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://smarthomewelt.de/apple-tv-amazon-echo-smart-home/',
  6. 'body' => array('//div[@class="entry-inner"]/p | //div[@class="entry-inner"]/div[contains(@class,"wp-caption")]'),
  7. 'strip' => array(),
  8. ),
  9. ),
  10. );