summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/timesofindia.indiatimes.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/timesofindia.indiatimes.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/timesofindia.indiatimes.com.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/timesofindia.indiatimes.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/timesofindia.indiatimes.com.php
new file mode 100644
index 000000000..873a46d78
--- /dev/null
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/timesofindia.indiatimes.com.php
@@ -0,0 +1,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(
+ ),
+ ),
+ ),
+); \ No newline at end of file