koreaherald.com.php 257 B

1234567891011
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.koreaherald.com/view.php?ud=20150926000018',
  6. 'body' => array(
  7. '//div[@id="articleText"]',
  8. ),
  9. ),
  10. ),
  11. );