threepanelsoul.com.php 251 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'body' => array(
  6. '//img[@id="cc-comic"]',
  7. ),
  8. 'test_url' => 'http://www.threepanelsoul.com/comic/uncloaking',
  9. ),
  10. ),
  11. );