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 download error #1947
Comments
|
You're probably running a (really) outdated version (run |
Hi. I recently reinstalled my Linux System and tried using youtube-dl as usual but got this error:
youtube-dl -wt http://www.youtube.com/watch?v=XbGs_qK2PQA
[youtube] Setting language
[youtube] XbGs_qK2PQA: Downloading video webpage
[youtube] XbGs_qK2PQA: Downloading video info webpage
[youtube] XbGs_qK2PQA: Extracting video information
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, 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/bin/youtube-dl/main.py", line 7, in
File "/usr/bin/youtube-dl/init.py", line 536, in main
File "/usr/bin/youtube-dl/init.py", line 520, in _real_main
File "/usr/bin/youtube-dl/FileDownloader.py", line 475, in download
File "/usr/bin/youtube-dl/InfoExtractors.py", line 80, in extract
File "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in _real_extract
File "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in
KeyError: 'sig'
Did I do something wrong here?
I tried reinstalling but the same error is returned.