geek.com.php 483 B

1234567891011121314151617
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.geek.com/news/the-11-best-ways-to-eat-eggs-1634076/',
  6. 'body' => array(
  7. '//div[@class="articleinfo"]/figure',
  8. '//div[@class="articleinfo"]/article',
  9. '//span[@class="by"]',
  10. ),
  11. 'strip' => array(
  12. '//span[@class="red"]',
  13. '//div[@class="on-target"]'
  14. ),
  15. ),
  16. ),
  17. );