From 8368a9a74d998b314f3864dcc8ce25c513d85cf9 Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 7 Mar 2013 16:41:25 +0100 Subject: Various fixes in 24 plugins --- module/plugins/hoster/XHamsterCom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster/XHamsterCom.py') diff --git a/module/plugins/hoster/XHamsterCom.py b/module/plugins/hoster/XHamsterCom.py index f4b8c28e1..0779a78e6 100644 --- a/module/plugins/hoster/XHamsterCom.py +++ b/module/plugins/hoster/XHamsterCom.py @@ -75,8 +75,8 @@ class XHamsterCom(Hoster): self.logDebug(_("long_url: %s") % long_url) else: if flashvars["file"]: - file_url = unquote(flashvars["file"]) - else: + file_url = unquote(flashvars["file"]) + else: self.fail("Parse error (file_url)") if url_mode=='3': -- cgit v1.2.3