From ce955b6c04f6ddaab1696c6cabf5e0aa83cbf846 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 11:50:52 +0200 Subject: Fix __author_name__ and __author_mail__ Merges vuolter/pyload@6c57a37 --- module/plugins/hooks/UnrestrictLi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hooks/UnrestrictLi.py') diff --git a/module/plugins/hooks/UnrestrictLi.py b/module/plugins/hooks/UnrestrictLi.py index 0810a22d5..7643e8802 100644 --- a/module/plugins/hooks/UnrestrictLi.py +++ b/module/plugins/hooks/UnrestrictLi.py @@ -32,8 +32,8 @@ class UnrestrictLi(MultiHoster): ("history", "bool", "Delete History", "False")] __description__ = """Unrestrict.li hook plugin""" - __author_name__ = ("stickell") - __author_mail__ = ("l.stickell@yahoo.it") + __author_name__ = "stickell" + __author_mail__ = "l.stickell@yahoo.it" def getHoster(self): json_data = getURL('http://unrestrict.li/api/jdownloader/hosts.php?format=json') -- cgit v1.2.3