lists.php 312 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://lists.freebsd.org/pipermail/freebsd-announce/2013-September/001504.html',
  6. 'body' => array(
  7. '//pre',
  8. ),
  9. 'strip' => array(
  10. ),
  11. ),
  12. ),
  13. );