diff options
Diffstat (limited to 'pyload/plugins/hook/UnrestrictLi.py')
-rw-r--r-- | pyload/plugins/hook/UnrestrictLi.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/plugins/hook/UnrestrictLi.py b/pyload/plugins/hook/UnrestrictLi.py index 2ca5ad907..4caedf550 100644 --- a/pyload/plugins/hook/UnrestrictLi.py +++ b/pyload/plugins/hook/UnrestrictLi.py @@ -18,8 +18,7 @@ class UnrestrictLi(MultiHoster): ("history", "bool", "Delete History", False)] __description__ = """Unrestrict.li hook plugin""" - __author_name__ = "stickell" - __author_mail__ = "l.stickell@yahoo.it" + __authors__ = [("stickell", "l.stickell@yahoo.it")] def getHoster(self): |