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.
--match-title or --reject-title with UTF-8 coded argument #25504
Comments
|
Without --encoding utf-8 option it looks a bit different, but still doesn't work properly:
|
|
As clearly seen from the log you're not passing UTF-8 in the first place. |
|
Fine, I will re-word my question if it is not clear enough. |
|
In case somebody else runs into a similar problem, here is my batch file for Windows:
And also to avoid "OSError: Failed to write string" error, make sure to configure your cmd (command prompt) properties to use the font that supports UTF-8 (for example, Consolas TTF or Lucida Console TTF). |
Checklist
Question
WRITE QUESTION HERE
I am trying to filter out some videos where UTF-8 is used in the title. The key word is also in UTF-8. Here is my example script:
youtube-dl -v --encoding utf-8 --playlist-items 3 --match-title "Смешарики" "https://www.youtube.com/user/TVSmeshariki/videos"The program does not process the UTF-8 coded argument for --match-title "Смешарики" option for me. Please help!
Verbose log