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.
/usr/bin/youtube-dl: 1: Syntax error: newline unexpected #631
Comments
|
Which Python version are you using? The version 9999.99.99 is just a placeholder; we have switched to a new update system. |
|
Python version is 2.7.2, on ubuntu 11.10. |
|
Thanks, I'll try to reproduce it. In the meantime, you can execute
to get back a working youtube-dl. Sorry for the problems. |
|
We didn't define a tag for the latest version we specified. Fixed now - updates from a plain Ubuntu 11.10 will now download the intermediate version that supports the new update system. Thank you very much for reporting! I'm closing this issue now, but feel free to comment if it hasn't been solved for you. |
|
In the meantime I had upgraded to python3, uninstalled youtube-dl and installed again. |
Upgraded youtube-dl using the command sudo youtube-dl -U. It got updated to version 9999.99.99.
When I try to download videos, I keep getting the error:
/usr/bin/youtube-dl: 1: Syntax error: newline unexpected
After the upgrade, "sudo youtube-dl -U" too throws the same error.