summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/timesofindia.indiatimes.com.php
blob: 873a46d787c6131de9df692533babc4352fce2ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

return array(
    'grabber' => array(
        '%.*%' => array(
            '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',
            'body' => array(
            '//div[@class="article_content clearfix"]',
            '//section[@class="highlight clearfix"]', 
            ),
            'strip' => array(
            ),
        ),
    ),
);