summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/techcrunch.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/techcrunch.com.php')
m---------vendor/fguillot/picofeed0
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/techcrunch.com.php13
2 files changed, 0 insertions, 13 deletions
diff --git a/vendor/fguillot/picofeed b/vendor/fguillot/picofeed
new file mode 160000
+Subproject 0a1d0d3950f7f047dc8fb1d80aa6296e15f306d
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/techcrunch.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/techcrunch.com.php
deleted file mode 100644
index 7f1a87022..000000000
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/techcrunch.com.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-return 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(
- '//script',
- '//style',
- '//*[contains(@class, "module-crunchbase")]'
- )
-);