summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Plugins/ShareonlineBiz.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Plugins/ShareonlineBiz.py b/Plugins/ShareonlineBiz.py
index 868007ccc..d42ef9302 100644
--- a/Plugins/ShareonlineBiz.py
+++ b/Plugins/ShareonlineBiz.py
@@ -16,7 +16,6 @@ class ShareonlineBiz(Plugin):
props = {}
props['name'] = "ShareonlineBiz"
props['type'] = "hoster"
- #http://www.share-online.biz/download.php?id=A27B9D78
props['pattern'] = r"(?:http://)?(?:www.)?share-online.biz/download.php\?id="
props['version'] = "0.1"
props['description'] = """Shareonline.biz Download Plugin"""
@@ -74,6 +73,3 @@ class ShareonlineBiz(Plugin):
return False
else:
return True
-
- def proceed(self, url, location):
- self.req.download(url, location)