summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/UnibytesCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/UnibytesCom.py')
-rw-r--r--pyload/plugin/hoster/UnibytesCom.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/pyload/plugin/hoster/UnibytesCom.py b/pyload/plugin/hoster/UnibytesCom.py
index 9ac8b77e4..a02d5b8c7 100644
--- a/pyload/plugin/hoster/UnibytesCom.py
+++ b/pyload/plugin/hoster/UnibytesCom.py
@@ -8,16 +8,16 @@ from pyload.plugin.internal.SimpleHoster import SimpleHoster
class UnibytesCom(SimpleHoster):
- __name = "UnibytesCom"
- __type = "hoster"
- __version = "0.12"
+ __name__ = "UnibytesCom"
+ __type__ = "hoster"
+ __version__ = "0.12"
- __pattern = r'https?://(?:www\.)?unibytes\.com/[\w .-]{11}B'
- __config = [("use_premium", "bool", "Use premium account if available", True)]
+ __pattern__ = r'https?://(?:www\.)?unibytes\.com/[\w .-]{11}B'
+ __config__ = [("use_premium", "bool", "Use premium account if available", True)]
- __description = """UniBytes.com hoster plugin"""
- __license = "GPLv3"
- __authors = [("zoidberg", "zoidberg@mujmail.cz")]
+ __description__ = """UniBytes.com hoster plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
HOSTER_DOMAIN = "unibytes.com"