wkentaro / gdown

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

Fix non-latin alphabet filename parsing #206

Closed MPihlap closed 1 year ago

MPihlap commented 2 years ago

Fix for #205. Normalizing replaces strange space characters with common ones, letting the upcoming splitting function properly again.

wkentaro commented 1 year ago

Closed via https://github.com/wkentaro/gdown/pull/229