diff options
Diffstat (limited to 'pyload/plugin/hoster/PremiumTo.py')
-rw-r--r-- | pyload/plugin/hoster/PremiumTo.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/plugin/hoster/PremiumTo.py b/pyload/plugin/hoster/PremiumTo.py index 07945f873..93020cbfb 100644 --- a/pyload/plugin/hoster/PremiumTo.py +++ b/pyload/plugin/hoster/PremiumTo.py @@ -9,15 +9,15 @@ from pyload.utils import fs_encode class PremiumTo(MultiHoster): - __name__ = "PremiumTo" - __type__ = "hoster" - __version__ = "0.21" + __name = "PremiumTo" + __type = "hoster" + __version = "0.21" - __pattern__ = r'^unmatchable$' + __pattern = r'^unmatchable$' - __description__ = """Premium.to multi-hoster plugin""" - __license__ = "GPLv3" - __authors__ = [("RaNaN", "RaNaN@pyload.org"), + __description = """Premium.to multi-hoster plugin""" + __license = "GPLv3" + __authors = [("RaNaN", "RaNaN@pyload.org"), ("zoidberg", "zoidberg@mujmail.cz"), ("stickell", "l.stickell@yahoo.it")] |