diff options
author | Stefano <l.stickell@yahoo.it> | 2013-08-23 11:53:53 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-08-23 11:53:53 +0200 |
commit | 4bf9040a446e578bbc240ea1ec91551509d32f8e (patch) | |
tree | c0b80c9a0af18530560b69c5d29b1002eec35b3b /pyload/plugins/hoster/DebridItaliaCom.py | |
parent | Moved new plugin to pyload addons (diff) | |
download | pyload-4bf9040a446e578bbc240ea1ec91551509d32f8e.tar.xz |
Moving settings from the account to the hoster plugin
Diffstat (limited to 'pyload/plugins/hoster/DebridItaliaCom.py')
-rw-r--r-- | pyload/plugins/hoster/DebridItaliaCom.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyload/plugins/hoster/DebridItaliaCom.py b/pyload/plugins/hoster/DebridItaliaCom.py index 8d6a689ea..5af69a3ab 100644 --- a/pyload/plugins/hoster/DebridItaliaCom.py +++ b/pyload/plugins/hoster/DebridItaliaCom.py @@ -24,6 +24,11 @@ class DebridItaliaCom(Hoster): __name__ = "DebridItaliaCom" __version__ = "0.04" __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"https?://.*debriditalia\.com" __description__ = """Debriditalia.com hoster plugin""" __author_name__ = ("stickell") |