From af227350ffc6b39c276699e57d7eb38cbc8be3ec Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 7 Aug 2013 20:22:24 +0200 Subject: MultiHosters: moved settings to addon plugins. * Removed addons --- pyload/plugins/accounts/UnrestrictLi.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pyload/plugins/accounts/UnrestrictLi.py') diff --git a/pyload/plugins/accounts/UnrestrictLi.py b/pyload/plugins/accounts/UnrestrictLi.py index 0e2249e1a..2a284a179 100644 --- a/pyload/plugins/accounts/UnrestrictLi.py +++ b/pyload/plugins/accounts/UnrestrictLi.py @@ -23,6 +23,12 @@ class UnrestrictLi(MultiHoster): __name__ = "UnrestrictLi" __version__ = "0.02" __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