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.
KeyError: 'sig' #1175
KeyError: 'sig' #1175
Comments
|
You are running a really outdated version (it's one year old), this problem has been fixed in #897, run |
|
Thank you for the advice. After running youtube-dl -U it works O.K. I installed youtube-dl today using apt-get install youtube-dl in Ubuntu so I expected Ubuntu installs the newest version. It does not. Best regards from Prague Pavel ---------- Původní zpráva ---------- Od: Jaime Marquínez Ferrándiz notifications@github.com Datum: 3. 8. 2013 Předmět: Re: [youtube-dl] KeyError: 'sig' (#1175) " You are running a really outdated version (it's one year old), this problem — Reply to this email directly or view it on GitHub " |
Dear youtube-dl developers,
could you, please, consider the following problem?
Thank you very much
Pavel
$ youtube-dl 'http://www.youtube.com/watch?feature=player_detailpage&v=o_v9MY_FMcw'
[youtube] Setting language
[youtube] o_v9MY_FMcw: Downloading video webpage
[youtube] o_v9MY_FMcw: Downloading video info webpage
[youtube] o_v9MY_FMcw: Extracting video information
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 4645, in
main()
File "/usr/bin/youtube-dl", line 4636, in main
_real_main()
File "/usr/bin/youtube-dl", line 4620, in _real_main
retcode = fd.download(all_urls)
File "/usr/bin/youtube-dl", line 869, in download
ie.extract(url)
File "/usr/bin/youtube-dl", line 1135, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl", line 1406, in _real_extract
url_map = dict((ud['itag'][0], ud['url'][0] + '&signature=' + ud['sig'][0]) for ud in url_data)
File "/usr/bin/youtube-dl", line 1406, in
url_map = dict((ud['itag'][0], ud['url'][0] + '&signature=' + ud['sig'][0]) for ud in url_data)
KeyError: 'sig'
$ youtube-dl --version
2012.02.27
$ python --version
Python 2.7.3
$ uname -srvmpio
Linux 3.2.0-51-generic #77-Ubuntu SMP Wed Jul 24 20:18:19 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux