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.
Chinese title was missing ! #9104
Comments
|
Remove |
|
@dstftw @rg3 @ivan @blackwinter @aurium Failed while remove
|
As @dstftw has said, prepend |
|
Maybe It's a VPS issues that setup locale to UTF.8 failed. |
|
If you read closely, you'll see the line
in your output. That means that your system is only configured to use ASCII characters. Check your locale. In a shell, you can write something like
to make the whole shell use a Chinese locale, or
to do that for just one command. Another way to go at it would be to add the It is preferable though to serve your general issue of not having a correct locale. As an aside, do not run youtube-dl as root! It should be run as a regular user. |
Run :
youtube-dl -f 'best[height=360]' --restrict-filenames -i -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' PL1OKxDwI_y_AO1Lb-zO57wYdpWqhk7MUsResult : [download] _/01 - _.mp4
How to fix chinese title ?
Thank you so much !