summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/MultiDebridCom.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-08-23 11:53:53 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-08-23 11:53:53 +0200
commit4bf9040a446e578bbc240ea1ec91551509d32f8e (patch)
treec0b80c9a0af18530560b69c5d29b1002eec35b3b /pyload/plugins/hoster/MultiDebridCom.py
parentMoved new plugin to pyload addons (diff)
downloadpyload-4bf9040a446e578bbc240ea1ec91551509d32f8e.tar.xz
Moving settings from the account to the hoster plugin
Diffstat (limited to 'pyload/plugins/hoster/MultiDebridCom.py')
-rw-r--r--pyload/plugins/hoster/MultiDebridCom.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyload/plugins/hoster/MultiDebridCom.py b/pyload/plugins/hoster/MultiDebridCom.py
index 7003057e3..92517f5a8 100644
--- a/pyload/plugins/hoster/MultiDebridCom.py
+++ b/pyload/plugins/hoster/MultiDebridCom.py
@@ -25,6 +25,11 @@ class MultiDebridCom(Hoster):
__name__ = "MultiDebridCom"
__version__ = "0.02"
__type__ = "hoster"
+ __config__ = [("activated", "bool", "Activated", "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")]
__pattern__ = r"http://\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/dl/"
__description__ = """Multi-debrid.com hoster plugin"""
__author_name__ = ("stickell")