wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.11k stars 343 forks source link

fix: latin encoding #210

Closed guhur closed 1 year ago

guhur commented 1 year ago

This is fixing the bug observed here https://github.com/wkentaro/gdown/issues/201

The title was replacing " " with "\xa0" due to latin encoding.