theonion.com.php 411 B

123456789101112
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.theonion.com/article/wild-eyed-jim-harbaugh-informs-players-they-must-k-51397?utm_medium=RSS&utm_campaign=feeds',
  6. 'body' => array(
  7. '//div[@class="content-masthead"]/figure/div/noscript/img',
  8. '//div[@class="content-text"]',
  9. ),
  10. ),
  11. ),
  12. );