arstechnica.com.php 816 B

12345678910111213141516171819202122232425
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://arstechnica.com/tech-policy/2015/09/judge-warners-2m-happy-birthday-copyright-is-bogus/',
  6. 'body' => array(
  7. '//article',
  8. ),
  9. 'strip' => array(
  10. '//h4[@class="post-upperdek"]',
  11. '//h1',
  12. '//ul[@class="lSPager lSGallery"]',
  13. '//div[@class="lSAction"]',
  14. '//section[@class="post-meta"]',
  15. '//figcaption',
  16. '//aside',
  17. '//div[@class="gallery-image-credit"]',
  18. '//section[@class="article-author"]',
  19. '//*[contains(@id,"social-")]',
  20. '//div[contains(@id,"footer")]',
  21. ),
  22. ),
  23. ),
  24. );