From 4bf9040a446e578bbc240ea1ec91551509d32f8e Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 23 Aug 2013 11:53:53 +0200 Subject: Moving settings from the account to the hoster plugin --- pyload/plugins/accounts/RealdebridCom.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pyload/plugins/accounts/RealdebridCom.py') diff --git a/pyload/plugins/accounts/RealdebridCom.py b/pyload/plugins/accounts/RealdebridCom.py index 0d006d08d..e47c68d6c 100644 --- a/pyload/plugins/accounts/RealdebridCom.py +++ b/pyload/plugins/accounts/RealdebridCom.py @@ -7,12 +7,6 @@ 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") -- cgit v1.2.3