diff options
Diffstat (limited to 'module/plugins/hoster/XHamsterCom.py')
-rw-r--r-- | module/plugins/hoster/XHamsterCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
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': |