From 8dc381adbdc0f88c838749ec4ef9b78708b9da36 Mon Sep 17 00:00:00 2001 From: stickell Date: Fri, 18 Apr 2014 15:56:07 +0200 Subject: Streamcloud: fixed #583 --- module/plugins/hoster/StreamcloudEu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster/StreamcloudEu.py') diff --git a/module/plugins/hoster/StreamcloudEu.py b/module/plugins/hoster/StreamcloudEu.py index 284054c15..388eb7876 100644 --- a/module/plugins/hoster/StreamcloudEu.py +++ b/module/plugins/hoster/StreamcloudEu.py @@ -11,7 +11,7 @@ class StreamcloudEu(XFileSharingPro): __name__ = "StreamcloudEu" __type__ = "hoster" __pattern__ = r'http://(?:www\.)?streamcloud\.eu/\S+' - __version__ = "0.03" + __version__ = "0.04" __description__ = """Streamcloud.eu hoster plugin""" __author_name__ = "seoester" __author_mail__ = "seoester@googlemail.com" @@ -55,7 +55,7 @@ class StreamcloudEu(XFileSharingPro): return found.group(1) def getPostParameters(self): - for _ in xrange(3): + for i in xrange(3): if not self.errmsg: self.checkErrors() -- cgit v1.2.3