dailyjs.com.php 574 B

12345678910111213141516171819
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://dailyjs.com/2014/08/07/p5js/',
  6. 'body' => array(
  7. '//div[@id="post"]',
  8. ),
  9. 'strip' => array(
  10. '//h2[@class="post"]',
  11. '//div[@class="meta"]',
  12. '//*[contains(@class, "addthis_toolbox")]',
  13. '//*[contains(@class, "addthis_default_style")]',
  14. '//*[@class="navigation small"]',
  15. '//*[@id="related"]',
  16. ),
  17. ),
  18. ),
  19. );