gerbilwithajetpack.com.php 300 B

123456789101112
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'body' => array(
  6. '//div[@id="comic-1"]',
  7. '//div[@class="entry"]',
  8. ),
  9. 'test_url' => 'http://gerbilwithajetpack.com/passing-the-digital-buck/',
  10. ),
  11. ),
  12. );