summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/MegaRapidoNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/MegaRapidoNet.py')
-rw-r--r--module/plugins/hoster/MegaRapidoNet.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/module/plugins/hoster/MegaRapidoNet.py b/module/plugins/hoster/MegaRapidoNet.py
index dcfdc90fa..6094cf6ac 100644
--- a/module/plugins/hoster/MegaRapidoNet.py
+++ b/module/plugins/hoster/MegaRapidoNet.py
@@ -27,9 +27,12 @@ class MegaRapidoNet(MultiHoster):
__status__ = "testing"
__pattern__ = r'http://(?:www\.)?\w+\.megarapido\.net/\?file=\w+'
- __config__ = [("activated", "bool", "Activated", True),
- ("use_premium" , "bool", "Use premium account if available" , 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__ = """MegaRapido.net multi-hoster plugin"""
__license__ = "GPLv3"