the-ebook-reader.com.php 444 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://blog.the-ebook-reader.com/2015/09/25/kobo-glo-hd-and-kobo-touch-2-0-covers-and-cases-roundup/',
  6. 'body' => array(
  7. '//div[@class="entry"]',
  8. ),
  9. 'strip' => array(
  10. '//div[@id="share"]',
  11. '//div[contains(@class,"ItemCenter")]',
  12. ),
  13. ),
  14. ),
  15. );