timesofindia.indiatimes.com.php 467 B

1234567891011121314
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'http://timesofindia.indiatimes.com/city/mangaluru/Adani-UPCL-to-release-CSR-grant-of-Rs-3-74-crore-to-YellurGram-Panchayat/articleshow/50512116.cms',
  6. 'body' => array(
  7. '//div[@class="article_content clearfix"]',
  8. '//section[@class="highlight clearfix"]',
  9. ),
  10. 'strip' => array(
  11. ),
  12. ),
  13. ),
  14. );