openurl param must be encoded
This commit is contained in:
parent
db810365c2
commit
f55cdbc38b
3 changed files with 6 additions and 4 deletions
|
|
@ -52,7 +52,7 @@ class GazelleBackend(BaseBackend, ICapTorrent):
|
|||
if not torrent:
|
||||
return None
|
||||
|
||||
return self.browser.openurl(torrent.url).read()
|
||||
return self.browser.openurl(torrent.url.encode('utf-8')).read()
|
||||
|
||||
def iter_torrents(self, pattern):
|
||||
return self.browser.iter_torrents(pattern)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue