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.
UnicodeDecodeError with 2014.11.04 --write-info-json #4125
Comments
|
The same for
|
|
Thanks a lot for the report!, it will work in the next version. |
|
Fixed in youtube-dl 2014.11.20. See our FAQ if you have problems updating. |
With 2014.11.04, when I run this:
I get this:
And when I add
-v:I have no idea why this is happening. I see no reason for this to be happening on line 79 of utils.py, at least. I inspected the
fnvariable immediately before that line of code, and I see no reason foros.path.basename(fn) + '.'to cause this exception.