diff options
author | 2015-05-29 00:54:25 +0200 | |
---|---|---|
committer | 2015-05-29 00:54:25 +0200 | |
commit | 08252b978c699bae3493cf1bee4accc285fc30b5 (patch) | |
tree | 1c6864f92d466f55b0530ce5c5c915e8b18cdec2 /module/plugins/internal/SimpleHoster.py | |
parent | [UpdateManager] Fix https://github.com/pyload/pyload/issues/1432 (diff) | |
download | pyload-08252b978c699bae3493cf1bee4accc285fc30b5.tar.xz |
[GooGl] Update
Diffstat (limited to 'module/plugins/internal/SimpleHoster.py')
-rw-r--r-- | module/plugins/internal/SimpleHoster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py index d3c269548..0a9986d4c 100644 --- a/module/plugins/internal/SimpleHoster.py +++ b/module/plugins/internal/SimpleHoster.py @@ -509,7 +509,7 @@ class SimpleHoster(Hoster): self.correctCaptcha() - link = html_unescape(link.decode('unicode-escape')) #@TODO: Move this check to plugin `load` method + link = html_unescape(link.decode('unicode-escape')) #@TODO: Move this check to plugin `load` method in 0.4.10 if not urlparse.urlparse(link).scheme: url_p = urlparse.urlparse(self.pyfile.url) |