Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Cant use curl with video titles having special characters #22855
Comments
|
|
@dstftw
It renames it as mentioned in my previous comment and after downloading the whole track it says the system cannot find the file specified. |

Checklist
Verbose log
The complete verbose log with curl is too big, so here is the end part
Description
It seems like youtube-dl is unable to pass the filename with special characters to curl, but it has no problems doing it on its own without an external download manager. In this case the file '[MV] FIESTAR(피에스타) _ APPLE PIE(애플파이).f244.part' actually has been downloaded and renamed as '[MV] FIESTAR() _ APPLE PIE().f244.part' instead(so youtube-dl thinks the file does not exist). The subtitles downloaded by youtube-dl on its own has been properly named '[MV] FIESTAR(피에스타) _ APPLE PIE(애플파이).en.vtt'. Is there no work around for this ?