marriedtothesea.com.php 287 B

123456789101112
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.marriedtothesea.com/index.php?date=052915',
  6. 'body' => array(
  7. '//div[@align]/a/img',
  8. ),
  9. 'strip' => array(),
  10. ),
  11. ),
  12. );