summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/WuploadCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/WuploadCom.py')
-rw-r--r--pyload/plugin/hoster/WuploadCom.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/plugin/hoster/WuploadCom.py b/pyload/plugin/hoster/WuploadCom.py
index 729db1d4d..b2fe8e6bd 100644
--- a/pyload/plugin/hoster/WuploadCom.py
+++ b/pyload/plugin/hoster/WuploadCom.py
@@ -4,13 +4,13 @@ from pyload.plugin.internal.DeadHoster import DeadHoster
class WuploadCom(DeadHoster):
- __name__ = "WuploadCom"
- __type__ = "hoster"
- __version__ = "0.23"
+ __name = "WuploadCom"
+ __type = "hoster"
+ __version = "0.23"
- __pattern__ = r'http://(?:www\.)?wupload\..+?/file/((\w+/)?\d+)(/.*)?'
+ __pattern = r'http://(?:www\.)?wupload\..+?/file/((\w+/)?\d+)(/.*)?'
- __description__ = """Wupload.com hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("jeix", "jeix@hasnomail.de"),
+ __description = """Wupload.com hoster plugin"""
+ __license = "GPLv3"
+ __authors = [("jeix", "jeix@hasnomail.de"),
("Paul King", "")]