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.
Unable to download in Fedora 18 #983
Comments
|
In June 2013, YouTube has changed their algorithm for many videos, namely the signature ( 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 |
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