github.com.php 343 B

1234567891011121314
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'https://github.com/audreyr/favicon-cheat-sheet',
  6. 'body' => array(
  7. '//article[contains(@class, "entry-content")]',
  8. ),
  9. 'strip' => array(
  10. '//h1',
  11. ),
  12. ),
  13. ),
  14. );