summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/accounts/RealdebridCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/accounts/RealdebridCom.py')
-rw-r--r--pyload/plugins/accounts/RealdebridCom.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyload/plugins/accounts/RealdebridCom.py b/pyload/plugins/accounts/RealdebridCom.py
index e47c68d6c..0d006d08d 100644
--- a/pyload/plugins/accounts/RealdebridCom.py
+++ b/pyload/plugins/accounts/RealdebridCom.py
@@ -7,6 +7,12 @@ class RealdebridCom(MultiHoster):
__name__ = "RealdebridCom"
__version__ = "0.5"
__type__ = "account"
+ __config__ = [("activated", "bool", "Activated", "False"),
+ ("https", "bool", "Enable HTTPS", "False"),
+ ("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported):", "all"),
+ ("hosterList", "str", "Hoster list (comma separated)", ""),
+ ("unloadFailing", "bool", "Revert to standard download if download fails", "False"),
+ ("interval", "int", "Reload interval in hours (0 to disable)", "24")]
__description__ = """Real-Debrid.com account plugin"""
__author_name__ = ("Devirex, Hazzard")
__author_mail__ = ("naibaf_11@yahoo.de")