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.
is youtube-dl working at present? #2519
Comments
|
It seems you are running an outdated version (If I have interpreted the output right, it's really outdated).
This is the right place to report errors or ask for new features/site support. |
|
Thanks for you very helpful and quick response - I've got it working now. I find the program very useful Andrew On Thursday, 6 March 2014, 12:26, Jaime Marquínez Ferrándiz notifications@github.com wrote: It seems you are running an outdated version (If I have interpreted the output right, it's really outdated). |
Here's a typical output
a@a-Aspire-T180:~$ youtube-dl -t http://www.youtube.com/watch?v=Zgi8ZrQM6Ow
[youtube] Setting language
[youtube] Zgi8ZrQM6Ow: Downloading video webpage
[youtube] Zgi8ZrQM6Ow: Downloading video info webpage
[youtube] Zgi8ZrQM6Ow: 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'
Running on ubuntu 12.04 with awesome desktop
Not sure how git hub works or if this is the right place to post or how to look for reply - I got here from the support button on youtube-dl page.
Thanks
Andrew