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/PremiumizeMe.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pyload/plugins/accounts/PremiumizeMe.py') diff --git a/pyload/plugins/accounts/PremiumizeMe.py b/pyload/plugins/accounts/PremiumizeMe.py index af7956627..8b4569f06 100644 --- a/pyload/plugins/accounts/PremiumizeMe.py +++ b/pyload/plugins/accounts/PremiumizeMe.py @@ -6,11 +6,6 @@ class PremiumizeMe(MultiHoster): __name__ = "PremiumizeMe" __version__ = "0.11" __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 stanard download if download fails", "False"), - ("interval", "int", "Reload interval in hours (0 to disable)", "24")] __description__ = """Premiumize.Me account plugin""" __author_name__ = ("Florian Franzen") __author_mail__ = ("FlorianFranzen@gmail.com") -- cgit v1.2.3