treehugger.com.php 394 B

1234567891011121314
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.treehugger.com/uncategorized/top-ten-posts-week-bunnies-2.html',
  6. 'body' => array(
  7. '//div[contains(@class, "promo-image")]',
  8. '//div[contains(@id, "entry-body")]',
  9. ),
  10. 'strip' => array(
  11. ),
  12. ),
  13. ),
  14. );