themoscowtimes.com.php 550 B

123456789101112131415161718
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://www.themoscowtimes.com/business/article/535500.html',
  6. 'body' => array(
  7. '//div[@class="article_main_img"]',
  8. '//div[@class="article_text"]',
  9. ),
  10. 'strip' => array(
  11. '//div[@class="articlebottom"]',
  12. '//p/b',
  13. '//p/a[contains(@href, "/article.php?id=")]',
  14. '//div[@class="disqus_wrap"]',
  15. ),
  16. ),
  17. ),
  18. );