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

Unable to download in Fedora 18 #983

Closed
kanito73 opened this issue Jul 3, 2013 · 1 comment
Closed

Unable to download in Fedora 18 #983

kanito73 opened this issue Jul 3, 2013 · 1 comment

Comments

@kanito73
Copy link

kanito73 commented Jul 3, 2013

I have python-2.7.3-13.fc18.i686 and youtube-dl-2013.05.14-1.fc18.noarch

When I try to download videos with non-latin charset I get this error

[alphaomega@localhost downloads]$ youtube-dl -F http://www.youtube.com/watch?v=pnnLyQf3y6E
[youtube] Setting language
[youtube] pnnLyQf3y6E: Downloading video webpage
[youtube] pnnLyQf3y6E: Downloading video info webpage
[youtube] pnnLyQf3y6E: 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 18, in
File "/usr/bin/youtube-dl/youtube_dl/init.py", line 603, in main

File "/usr/bin/youtube-dl/youtube_dl/init.py", line 587, in _real_main

File "/usr/bin/youtube-dl/youtube_dl/FileDownloader.py", line 705, in download
File "/usr/bin/youtube-dl/youtube_dl/FileDownloader.py", line 461, in extract_info
File "/usr/bin/youtube-dl/youtube_dl/InfoExtractors.py", line 96, in extract
File "/usr/bin/youtube-dl/youtube_dl/InfoExtractors.py", line 617, in _real_extract
KeyError: 'sig'

How can I fix it? or it is a limitation of the program? with other videos I have no troubles...

Thanks for any comment

@phihag
Copy link
Contributor

phihag commented Jul 3, 2013

In June 2013, YouTube has changed their algorithm for many videos, namely the signature (sig) part (see #897). Therefore, you'll need to update to a newer version of youtube-dl.

As far as I understand the information package, a new Fedora 18 package is currently being built, so you can wait a little bit and simply update.

Alternatively, you can use youtube-dl's build-in updating mechanism by typing sudo youtube-dl -U, although the distribution may disable that.

@phihag phihag closed this as completed Jul 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants