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/UnrestrictLi.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pyload/plugins/accounts/UnrestrictLi.py') diff --git a/pyload/plugins/accounts/UnrestrictLi.py b/pyload/plugins/accounts/UnrestrictLi.py index 9f7cec8f8..bfa81a6ef 100644 --- a/pyload/plugins/accounts/UnrestrictLi.py +++ b/pyload/plugins/accounts/UnrestrictLi.py @@ -23,12 +23,6 @@ class UnrestrictLi(MultiHoster): __name__ = "UnrestrictLi" __version__ = "0.03" __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"), - ("history", "bool", "Delete History", "False")] __description__ = """Unrestrict.li account plugin""" __author_name__ = ("stickell") __author_mail__ = ("l.stickell@yahoo.it") -- cgit v1.2.3