Include composer dependencies in repo
This commit is contained in:
15
vendor/miniflux/picofeed/lib/PicoFeed/Rules/techcrunch.com.php
vendored
Normal file
15
vendor/miniflux/picofeed/lib/PicoFeed/Rules/techcrunch.com.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
return array(
|
||||
'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")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user