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 7ed15dc62..1086d893f 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>' |