summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/accounts/ZeveraCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/accounts/ZeveraCom.py')
-rw-r--r--pyload/plugins/accounts/ZeveraCom.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyload/plugins/accounts/ZeveraCom.py b/pyload/plugins/accounts/ZeveraCom.py
index 8f05f1d76..6e7246fb7 100644
--- a/pyload/plugins/accounts/ZeveraCom.py
+++ b/pyload/plugins/accounts/ZeveraCom.py
@@ -8,6 +8,9 @@ class ZeveraCom(MultiHoster):
__name__ = "ZeveraCom"
__version__ = "0.21"
__type__ = "account"
+ __config__ = [("activated", "bool", "Activated", "False"),
+ ("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported)", "all"),
+ ("hosterList", "str", "Hoster list (comma separated)", "")]
__description__ = """Zevera.com account plugin"""
__author_name__ = ("zoidberg")
__author_mail__ = ("zoidberg@mujmail.cz")