coinwelt.de.php 432 B

1234567891011121314
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://coinwelt.de/2017/08/bitcache-kreierer-kim-dotcom-bietet-arbeitsplaetze-fuer-blockchain-goetter/',
  6. 'body' => array(
  7. '//div[@class="post-inner"]//div[@class="entry"]',
  8. ),
  9. 'strip' => array(
  10. '//div[contains(@class, "shariff")]',
  11. ),
  12. ),
  13. ),
  14. );