slashdot.org.php 400 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://science.slashdot.org/story/15/04/20/0528253/pull-top-can-tabs-at-50-reach-historic-archaeological-status',
  6. 'body' => array(
  7. '//article/div[@class="body"] | //article[@class="layout-article"]/div[@class="elips"]', ),
  8. 'strip' => array(),
  9. ),
  10. ),
  11. );