summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Vipleech4uCom.py
diff options
context:
space:
mode:
authorGravatar Sahil Shekhawat <sahilshekhawat01@gmail.com> 2015-01-11 14:54:48 +0100
committerGravatar Sahil Shekhawat <sahilshekhawat01@gmail.com> 2015-01-11 14:54:48 +0100
commitd2b60b5ceb369814a0de41c8b8744b5c4ed81523 (patch)
tree6619e01fc0e5f281e4d28678ec565860a86784ec /module/plugins/hoster/Vipleech4uCom.py
parentupdated nitroflare.com's plugin (diff)
parentCode improvements (diff)
downloadpyload-d2b60b5ceb369814a0de41c8b8744b5c4ed81523.tar.xz
Merged with the updated nitroflare
Diffstat (limited to 'module/plugins/hoster/Vipleech4uCom.py')
-rw-r--r--module/plugins/hoster/Vipleech4uCom.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/Vipleech4uCom.py b/module/plugins/hoster/Vipleech4uCom.py
index 340a3feaa..2ae41b942 100644
--- a/module/plugins/hoster/Vipleech4uCom.py
+++ b/module/plugins/hoster/Vipleech4uCom.py
@@ -3,8 +3,8 @@
from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
-class Vipleech4uCom(DeadHoster):
- __name__ = "Vipleech4uCom"
+class Vipleech4UCom(DeadHoster):
+ __name__ = "Vipleech4UCom"
__type__ = "hoster"
__version__ = "0.20"
@@ -15,4 +15,4 @@ class Vipleech4uCom(DeadHoster):
__authors__ = [("Kagenoshin", "kagenoshin@gmx.ch")]
-getInfo = create_getInfo(Vipleech4uCom)
+getInfo = create_getInfo(Vipleech4UCom)