linuxinsider.com.php 564 B

1234567891011121314151617181920
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.linuxinsider.com/story/82526.html?rss=1',
  6. 'body' => array(
  7. '//div[@id="story"]',
  8. ),
  9. 'strip' => array(
  10. '//script',
  11. '//h1',
  12. '//div[@id="story-toolbox1"]',
  13. '//div[@id="story-byline"]',
  14. '//div[@id="story"]/p',
  15. '//div[@class="story-advertisement"]',
  16. '//iframe',
  17. ),
  18. ),
  19. ),
  20. );