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/Premium4Me.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'pyload/plugins/accounts/Premium4Me.py') diff --git a/pyload/plugins/accounts/Premium4Me.py b/pyload/plugins/accounts/Premium4Me.py index 79aa40e2e..7f49cca30 100644 --- a/pyload/plugins/accounts/Premium4Me.py +++ b/pyload/plugins/accounts/Premium4Me.py @@ -4,9 +4,6 @@ class Premium4Me(MultiHoster): __name__ = "Premium4Me" __version__ = "0.03" __type__ = "account" - __config__ = [("activated", "bool", "Activated", "False"), - ("hosterListMode", "all;listed;unlisted", "Use for downloads from supported hosters:", "all"), - ("hosterList", "str", "Hoster list (comma separated)", "")] __description__ = """Premium.to account plugin""" __author_name__ = ("RaNaN", "zoidberg", "stickell") __author_mail__ = ("RaNaN@pyload.org", "zoidberg@mujmail.cz", "l.stickell@yahoo.it") -- cgit v1.2.3