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.
charmap coded can't encode character #6566
Comments
|
Post the full output of youtube-dl when run with |
|
Program:
Output: http://pastebin.com/Da5ECtML I am using Windows 7 and Python Version: 3.4.1 |
|
It fails in your code namely at this line:
You have to use proper encoding that is supported by your terminal. If you don't want to deal with this yourself use |
If I try downloading a video, that has special unicode chars in its title I get an exeception:
Example: Try this video
which contains a special dash in its title. The options I am using are:
I there a way to tell the program (eg. via the output template parameter), that special chars in the title should be escaped?