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 fails with python version >= 3.2 #697
Comments
|
Sorry, I can't reproduce the error, and the patch is out of date. Which version of youtube-dl are you using? Does the problem persist if you update with
? |
|
I have problems in the last time with youtube-dl -U (Ubuntu 12.04) Errors: youtube-dl --update |
|
@arararar That's a completely different issue, please open a new one. The following should fix your problem though:
|
|
I'm closing this issue since the error should have been solved by the recent changes. If it hasn't, please comment or open a new issue. Thanks! |
error description
When executing youtube-dl on arch linux using python 3.3 I get the error message:
proposed solution
This change should fix the issue:
references
According to http://stackoverflow.com/questions/5440485/typeerror-post-data-should-be-bytes-or-an-iterable-of-bytes-it-cannot-be-str
this happens since python >= 3.2