summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/LemUploadsCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/LemUploadsCom.py')
-rw-r--r--module/plugins/hoster/LemUploadsCom.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/hoster/LemUploadsCom.py b/module/plugins/hoster/LemUploadsCom.py
index 21a1da0c4..22fbd60dd 100644
--- a/module/plugins/hoster/LemUploadsCom.py
+++ b/module/plugins/hoster/LemUploadsCom.py
@@ -4,15 +4,15 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
class LemUploadsCom(DeadHoster):
- __name__ = "LemUploadsCom"
- __type__ = "hoster"
+ __name__ = "LemUploadsCom"
+ __type__ = "hoster"
__version__ = "0.02"
__pattern__ = r'https?://(?:www\.)?lemuploads\.com/\w{12}'
__description__ = """LemUploads.com hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("t4skforce", "t4skforce1337[AT]gmail[DOT]com")]
+ __license__ = "GPLv3"
+ __authors__ = [("t4skforce", "t4skforce1337[AT]gmail[DOT]com")]
getInfo = create_getInfo(LemUploadsCom)