scrumalliance.org.php 360 B

123456789101112
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'https://www.scrumalliance.org/community/articles/2015/march/an-introduction-to-agile-project-intake?feed=articles',
  6. 'body' => array(
  7. '//div[@class="article_content"]',
  8. ),
  9. 'strip' => array(),
  10. ),
  11. ),
  12. );