sitepoint.com.php 317 B

12345678910111213
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.sitepoint.com/creating-hello-world-app-swift/',
  6. 'body' => array(
  7. '//section[@class="article_body"]',
  8. ),
  9. 'strip' => array(
  10. ),
  11. ),
  12. ),
  13. );