diff options
Diffstat (limited to 'pyload/plugin/account/Keep2shareCc.py')
-rw-r--r-- | pyload/plugin/account/Keep2shareCc.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pyload/plugin/account/Keep2shareCc.py b/pyload/plugin/account/Keep2shareCc.py index 1086d893f..7ed15dc62 100644 --- a/pyload/plugin/account/Keep2shareCc.py +++ b/pyload/plugin/account/Keep2shareCc.py @@ -8,13 +8,13 @@ from pyload.plugin.Account import Account class Keep2shareCc(Account): - __name = "Keep2shareCc" - __type = "account" - __version = "0.02" + __name__ = "Keep2shareCc" + __type__ = "account" + __version__ = "0.02" - __description = """Keep2share.cc account plugin""" - __license = "GPLv3" - __authors = [("aeronaut", "aeronaut@pianoguy.de")] + __description__ = """Keep2share.cc account plugin""" + __license__ = "GPLv3" + __authors__ = [("aeronaut", "aeronaut@pianoguy.de")] VALID_UNTIL_PATTERN = r'Premium expires: <b>(.+?)</b>' |