You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had problems with Cyrillic filenames when creating FileDownloader object, and I was able to fix it just by changing line 701 in server.py to self.send_header(k, urllib.parse.quote_plus(headers[k]))
The text was updated successfully, but these errors were encountered:
My first solution was naive and just wrong. Anyway, I've found a detailed description of how to fix this problem on StackOverflow and made a pull request.
I've had problems with Cyrillic filenames when creating FileDownloader object, and I was able to fix it just by changing line 701 in server.py to
self.send_header(k, urllib.parse.quote_plus(headers[k]))
The text was updated successfully, but these errors were encountered: