stereophile.com.php 298 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.stereophile.com/content/2015-rocky-mountain-audio-fest-starts-friday',
  6. 'body' => array(
  7. '//div[@class="content clear-block"]',
  8. ),
  9. ),
  10. ),
  11. );