miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/thehindu.com.php

21 lines
698 B
PHP
Raw Normal View History

2015-10-18 23:31:23 +02:00
<?php
2015-10-18 23:31:23 +02:00
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.thehindu.com/sci-tech/science/why-is-the-shape-of-cells-in-a-honeycomb-always-hexagonal/article7692306.ece?utm_source=RSS_Feed&utm_medium=RSS&utm_campaign=RSS_Syndication',
'body' => array(
2016-02-10 02:30:07 +01:00
'//div/img[@class="main-image"]',
'//div[@class="photo-caption"]',
'//div[@class="articleLead"]',
'//p',
'//span[@class="upper"]',
2015-10-18 23:31:23 +02:00
),
'strip' => array(
2016-02-10 02:30:07 +01:00
'//div[@id="articleKeywords"]',
'//div[@class="photo-source"]',
2015-10-18 23:31:23 +02:00
),
),
),
2015-10-18 23:31:23 +02:00
);