qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
28.34k stars 3.99k forks source link

QBittorrent Windows Paths with spaces not correctly decoded #5103

Closed qvazzler closed 4 years ago

qvazzler commented 8 years ago

https://github.com/Flexget/Flexget/issues/1013#issuecomment-208020061

The plugin isn't modifying the path any differently from other plugins, POST form data is encoded with '+' replacing spaces. It sounds like an issue on the qBittorrent side; they're probably not decoding the data correctly and assume no spaces in the path.

Is there any chance qBittorrent is not properly decoding in this scenario? Thanks for any advice.

ngosang commented 8 years ago

qBittorrent API changed here => #4015 but we forgot to update the documentation. I updated it right now. I think you have to rewrite the qbittorrent plugin, sorry for that. https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-Documentation#download-torrent-from-url

sledgehammer999 commented 8 years ago

So I should close this, right?

ngosang commented 8 years ago

Yes.