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

17 lines
429 B
PHP
Raw Normal View History

2013-09-01 00:37:26 +02:00
<?php
2013-09-01 00:37:26 +02:00
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")]',
'//div[@class="body-copy"]',
),
'strip' => array(
'//*[contains(@class, "module-crunchbase")]',
),
),
),
2013-09-01 00:37:26 +02:00
);