From 8a2f717bbba7e54a6fbe86c47168ba7200565540 Mon Sep 17 00:00:00 2001 From: Stefano Date: Sat, 23 Mar 2013 19:49:14 +0100 Subject: LuckyShareNet: fixed syntax error --- module/plugins/hoster/LuckyShareNet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster') diff --git a/module/plugins/hoster/LuckyShareNet.py b/module/plugins/hoster/LuckyShareNet.py index 743f397c2..a1e866089 100644 --- a/module/plugins/hoster/LuckyShareNet.py +++ b/module/plugins/hoster/LuckyShareNet.py @@ -11,7 +11,7 @@ class LuckyShareNet(SimpleHoster): __name__ = "LuckyShareNet" __type__ = "hoster" __pattern__ = r"https?://(www\.)?luckyshare.net/(?P\d{10,})" - __version__ = "0.01" + __version__ = "0.02" __description__ = """LuckyShare.net Download Hoster""" __author_name__ = ("stickell") __author_mail__ = ("l.stickell@yahoo.it") @@ -59,7 +59,7 @@ class LuckyShareNet(SimpleHoster): elif 'Verification failed' in rep: self.logInfo('Wrong captcha') self.invalidCaptcha() - else + else: self.parseError('Unable to get downlaod link') if not json['link']: -- cgit v1.2.3