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.
Youtube-dl doesn't seem to work with cyrillic titles #2672
Comments
|
Thank you for the report. youtube-dl supports Unicode titles just fine, and I get the correct |
|
This should be fixed in youtube-dl 2014.04.07.3 and newer - we are now using an obscure C function to output on Windows. |
I've tried youtube-dl (latest version from 2014.04.02) on Windows with the following link: http://www.vbox7.com/play:8027f941b
which has title in cyrillic "Най-добрите бойци на Шао Лин - slow mo", but youtube-dl prints only the non-cyrillic characters: "- - slow mo"
Is that a bug? Does youtube-dl have unicode titles support?