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

16 lines
443 B
PHP
Raw Normal View History

2013-09-01 00:37:26 +02:00
<?php
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://techcrunch.com/2013/08/31/indias-visa-maze/',
'body' => array(
'//div[contains(@class, "media-container")]',
2017-11-02 05:17:45 +01:00
'//div[contains(@class, "article-entry")]',
2015-04-28 18:08:42 +02:00
),
'strip' => array(
'//*[contains(@class, "module-crunchbase")]',
),
),
),
2013-09-01 00:37:26 +02:00
);