summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/MultiHoster.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/internal/MultiHoster.py')
-rw-r--r--module/plugins/internal/MultiHoster.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/module/plugins/internal/MultiHoster.py b/module/plugins/internal/MultiHoster.py
index 5cb3f6ed2..cbbfcd6dc 100644
--- a/module/plugins/internal/MultiHoster.py
+++ b/module/plugins/internal/MultiHoster.py
@@ -14,11 +14,12 @@ class MultiHoster(SimpleHoster):
__status__ = "stable"
__pattern__ = r'^unmatchable$'
- __config__ = [("activated" , "bool", "Activated" , True),
- ("use_premium" , "bool", "Use premium account if available" , True),
- ("fallback" , "bool", "Fallback to free download if premium fails", True),
- ("chk_filesize", "bool", "Check file size" , True),
- ("revertfailed", "bool", "Revert to standard download if fails" , True)]
+ __config__ = [("activated" , "bool", "Activated" , True ),
+ ("use_premium" , "bool", "Use premium account if available" , True ),
+ ("fallback" , "bool", "Fallback to free download if premium fails" , False),
+ ("chk_filesize", "bool", "Check file size" , True ),
+ ("max_wait" , "int" , "Reconnect if waiting time is greater than minutes", 10 ),
+ ("revertfailed", "bool", "Revert to standard download if fails" , True )]
__description__ = """Multi hoster plugin"""
__license__ = "GPLv3"