espn.go.com.php 264 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://espn.go.com/nfl/story/_/id/13388208/jason-whitlock-chip-kelly-controversy',
  6. 'body' => array(
  7. '//p',
  8. ),
  9. ),
  10. ),
  11. );