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

is youtube-dl working at present? #2519

Closed
mulber opened this issue Mar 6, 2014 · 2 comments
Closed

is youtube-dl working at present? #2519

mulber opened this issue Mar 6, 2014 · 2 comments

Comments

@mulber
Copy link

@mulber mulber commented Mar 6, 2014

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

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Mar 6, 2014

It seems you are running an outdated version (If I have interpreted the output right, it's really outdated).
You can update with sudo youtube-dl -U or your package manager (but I don't know how old is the version it would install). If that fails, please install it following the instructions.
If you get the last version and still have the problem, please post the output you get when running youtube-dl 'Zgi8ZrQM6Ow', like:

[debug] System config: []
[debug] User config: ['--keep-video', '--write-info-json', '--write-thumbnail', '--verbose']
[debug] Command-line args: ['Zgi8ZrQM6Ow']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.03.04.2
[debug] Git HEAD: 9d6105c
[debug] Python version 3.3.4 - Darwin-13.1.0-x86_64-i386-64bit
[debug] Proxy map: {}
[youtube] Setting language
[youtube] Zgi8ZrQM6Ow: Downloading webpage
[youtube] Zgi8ZrQM6Ow: Downloading video info webpage
[youtube] Zgi8ZrQM6Ow: Extracting video information
[info] Writing video description metadata as JSON to: Basic Kombucha 1 -  TheHealthyHomeEconomist.com-Zgi8ZrQM6Ow.info.json
[youtube] Zgi8ZrQM6Ow: Downloading thumbnail ...
[youtube] Zgi8ZrQM6Ow: Writing thumbnail to: Basic Kombucha 1 -  TheHealthyHomeEconomist.com-Zgi8ZrQM6Ow.jpg
[download] Destination: Basic Kombucha 1 -  TheHealthyHomeEconomist.com-Zgi8ZrQM6Ow.mp4
[download] 100% of 29.48MiB in 00:29

This is the right place to report errors or ask for new features/site support.

@jaimeMF jaimeMF closed this Mar 6, 2014
@mulber
Copy link
Author

@mulber mulber commented Mar 6, 2014

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).
You can update with sudo youtube-dl -U or your package manager (but I don't know how old is the version it would install). If that fails, please install it following the instructions.
If you get the last version and still have the problem, please post the output you get when running youtube-dl 'Zgi8ZrQM6Ow', like:
[debug] System config: []
[debug] User config: ['--keep-video', '--write-info-json', '--write-thumbnail', '--verbose']
[debug] Command-line args: ['Zgi8ZrQM6Ow']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.03.04.2
[debug] Git HEAD: 9d6105c
[debug] Python version 3.3.4 - Darwin-13.1.0-x86_64-i386-64bit
[debug] Proxy map: {}
[youtube] Setting language
[youtube] Zgi8ZrQM6Ow: Downloading webpage
[youtube] Zgi8ZrQM6Ow: Downloading video info webpage
[youtube] Zgi8ZrQM6Ow: Extracting video information
[info] Writing video description metadata as JSON to: Basic Kombucha 1 - TheHealthyHomeEconomist.com-Zgi8ZrQM6Ow.info.json
[youtube] Zgi8ZrQM6Ow: Downloading thumbnail ...
[youtube] Zgi8ZrQM6Ow: Writing thumbnail to: Basic Kombucha 1 - TheHealthyHomeEconomist.com-Zgi8ZrQM6Ow.jpg
[download] Destination: Basic Kombucha 1 - TheHealthyHomeEconomist.com-Zgi8ZrQM6Ow.mp4
[download] 100% of 29.48MiB in 00:29
This is the right place to report errors or ask for new features/site support.

Reply to this email directly or view it on GitHub.

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.