summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/Vipleech4uCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-16 10:39:43 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-16 10:39:43 +0100
commit46eaa480d1f80b7aa701d756de953050f7885f0c (patch)
tree3625e7f96a4712b65c8bb008a86087ddf4a99888 /pyload/plugin/hoster/Vipleech4uCom.py
parentImprove theme structure a bit (diff)
downloadpyload-46eaa480d1f80b7aa701d756de953050f7885f0c.tar.xz
Fix filename case
Diffstat (limited to 'pyload/plugin/hoster/Vipleech4uCom.py')
-rw-r--r--pyload/plugin/hoster/Vipleech4uCom.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/pyload/plugin/hoster/Vipleech4uCom.py b/pyload/plugin/hoster/Vipleech4uCom.py
deleted file mode 100644
index b56096d46..000000000
--- a/pyload/plugin/hoster/Vipleech4uCom.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from pyload.plugin.internal.DeadHoster import DeadHoster, create_getInfo
-
-
-class Vipleech4uCom(DeadHoster):
- __name__ = "Vipleech4uCom"
- __type__ = "hoster"
- __version__ = "0.20"
-
- __pattern__ = r'http://(?:www\.)?vipleech4u\.com/manager\.php'
-
- __description__ = """Vipleech4u.com hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("Kagenoshin", "kagenoshin@gmx.ch")]
-
-
-getInfo = create_getInfo(Vipleech4uCom)