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.
Can't run YouTube-dl from my latest Ubuntu update. #20914
Comments
|
I'm sorry, I found the issue when I made my change to the download directory in my youtube-dl configuration file. I am getting old and messing up a lot! I hope that this is ok...... Thank you to anyone that responded to this bug and again, I'm sorry.. My bad.. |
Checklist
Question
WRITE QUESTION HERE
Welcome to Ubuntu 16.04.6 LTS (GNU/Linux 4.4.0-145-generic x86_64)
root@Job-Server:/home/job# sudo youtube-dl https://www.youtube.com/watch?v=uob0zr1MPQc -k && sudo youtube-dl https://www.youtube.com/watch?v=jzsJkpQPm1k -k
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 19, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 474, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 58, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/options.py", line 902, in parseOpts
File "/usr/local/bin/youtube-dl/youtube_dl/options.py", line 52, in _readOptions
File "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2662, in compat_shlex_split
File "/usr/lib/python2.7/shlex.py", line 279, in split
return list(lex)
File "/usr/lib/python2.7/shlex.py", line 269, in next
token = self.get_token()
File "/usr/lib/python2.7/shlex.py", line 96, in get_token
raw = self.read_token()
File "/usr/lib/python2.7/shlex.py", line 172, in read_token
raise ValueError, "No closing quotation"
ValueError: No closing quotation
root@Job-Server:/home/job# youtube-dl --version
2019.04.30
root@Job-Server:/
Can you tell from this if the update from Ubuntu is causing this error?
Thank you!