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 is broken due to python error #223
Comments
|
Oops, sorry! I'll add a test with python 2.5 ASAP so that we notice these issues. This should be fixed in youtube-dl 2011.11.22. |
|
What am i supposed to do know, in order to make youtube-dl work again on my server? I tried to copy and paste the code to /usr/local/bin/youtube-dl but again i get same error. Thank you in advance By the way, thank you for all the work you are poutting in on this Regards Dinos |
|
The webpage took a while to update. Both downloading from it or executing
should work. Alternatively, you can switch to Python 2.6 or newer, which is a good idea anyways. |
After upgrading to latest version i get the following
File "/usr/local/bin/youtube-dl", line 3510
except Exception as e:
^
SyntaxError: invalid syntax
Can it be resolved?
Thank you in advance
regards
Dinos