diff options
| author | 2013-08-23 11:53:53 +0200 | |
|---|---|---|
| committer | 2013-08-23 11:53:53 +0200 | |
| commit | 4bf9040a446e578bbc240ea1ec91551509d32f8e (patch) | |
| tree | c0b80c9a0af18530560b69c5d29b1002eec35b3b /pyload/plugins/accounts/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/accounts/DebridItaliaCom.py')
| -rw-r--r-- | pyload/plugins/accounts/DebridItaliaCom.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pyload/plugins/accounts/DebridItaliaCom.py b/pyload/plugins/accounts/DebridItaliaCom.py index d6521261f..30bfa65f9 100644 --- a/pyload/plugins/accounts/DebridItaliaCom.py +++ b/pyload/plugins/accounts/DebridItaliaCom.py @@ -25,11 +25,6 @@ class DebridItaliaCom(MultiHoster): __name__ = "DebridItaliaCom" __version__ = "0.1" __type__ = "account" - __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")] __description__ = """debriditalia.com account plugin""" __author_name__ = ("stickell") __author_mail__ = ("l.stickell@yahoo.it") |
