summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php
deleted file mode 100644
index 5651bf43e..000000000
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/happletea.com.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-return array(
- 'grabber' => array(
- '%.*%' => array(
- 'body' => array(
- '//div[@id="comic"]',
- '//div[@class="entry"]',
- ),
- 'strip' => array('//div[@class="ssba"]'),
- 'test_url' => 'http://www.happletea.com/comic/mans-best-friend/',
- ),
- ),
- 'filter' => array(
- '%.*%' => array(
- '%title="(.+)" */>%' => '/><br/>$1',
- ),
- ),
-);