Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exec code in run_globals #906

Closed
Eli-the-Bearded opened this issue Jun 23, 2013 · 1 comment
Closed

exec code in run_globals #906

Eli-the-Bearded opened this issue Jun 23, 2013 · 1 comment

Comments

@Eli-the-Bearded
Copy link

@Eli-the-Bearded Eli-the-Bearded commented Jun 23, 2013

$ youtube-dl http://www.youtube.com/watch?v=2nm4xv3firw
[youtube] Setting language
[youtube] 2nm4xv3firw: Downloading video webpage
[youtube] 2nm4xv3firw: Downloading video info webpage
[youtube] 2nm4xv3firw: 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 "/home/benjamin/bin/youtube-dl/main.py", line 18, in
File "/home/benjamin/bin/youtube-dl/youtube_dl/init.py", line 606, in main

File "/home/benjamin/bin/youtube-dl/youtube_dl/init.py", line 590, in _real_main

File "/home/benjamin/bin/youtube-dl/youtube_dl/FileDownloader.py", line 727, in download
File "/home/benjamin/bin/youtube-dl/youtube_dl/FileDownloader.py", line 465, in extract_info
File "/home/benjamin/bin/youtube-dl/youtube_dl/InfoExtractors.py", line 99, in extract
File "/home/benjamin/bin/youtube-dl/youtube_dl/InfoExtractors.py", line 735, in _real_extract
KeyError: 'sig'
$
$ youtube-dl --version
2013.06.21
$

@rg3
Copy link
Collaborator

@rg3 rg3 commented Jun 23, 2013

Dupe of #897

@rg3 rg3 closed this Jun 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.