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.
Encoding UTF-8 ? #2924
Encoding UTF-8 ? #2924
Comments
|
Thank you for the report. I can reproduce the error with |
|
This should be fixed in youtube-dl 2014.05.16.1. Type |
|
http://gyazo.com/76a7a2ffdb5a4225c71403fe5988b114 nope still happening What version of python are you using? |
|
Can you post the output you get when you add |
|
Works fine with the current exe for me as well. We'll need the verbose ( |
|
[code] C:\youtube-dl> Sorry for the delay, this week was a busy one for me I'm using python 2.7.6 |
|
You are running an outdated version, it should be fixed in 2014.05.16.1 or newer. Run |
|
As @jaimeMF, you need to update youtube-dl to a newer version since the fix for this problem has only been integrated into a newer version. |
|
The problem ensues in a different form now. C:\youtube-dl>youtube-dl "https://www.youtube.com/watch?v=_qNxNIzVAXo" -f best - C:\youtube-dl> |
|
I can confirm that the problem appears to be Windows-specific; running Also, when running this command on Linux, it did not strip the 【 and 】 characters as it appears to have done on Windows. |
I'm having an issue downloading this video.
https://www.youtube.com/watch?v=FossRRU9Ppw
It would appear that the error occurs because of the the weird symbols this youtube channel uses on every video.
Here's a picture of the error
http://gyazo.com/6e36eb251981f942241422d7d7330037
Here's a thread that already has a lot of info on my issue. (I posted on ffmpeg first)
http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=7&t=1967&sid=33c585e2fbaf8c483a3d1db42e785ff3
\\\
The proposed solution was
youtube-dl -f 17 --add-metadata --encoding utf-8 FossRRU9Ppw
However, even though that worked for the other person. This did not work for me. But when i look at youtube-dl documentation i don't see this
" --encoding utf-8"
option at all...