thelocal.se.php 487 B

1234567891011121314151617
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'www.thelocal.se/20161219/this-swede-can-memorize-hundreds-of-numbers-in-only-five-minutes',
  6. 'body' => array(
  7. '//div[@id="article-photo"]',
  8. '//div[@id="article-description"]',
  9. '//div[@id="article-body"]',
  10. ),
  11. 'strip' => array(
  12. '//div[@id="article-info-middle"]',
  13. )
  14. )
  15. )
  16. );