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

Get youtube-dl connection info #1243

Closed
vanilla38 opened this issue Aug 14, 2013 · 2 comments
Closed

Get youtube-dl connection info #1243

vanilla38 opened this issue Aug 14, 2013 · 2 comments

Comments

@vanilla38
Copy link

@vanilla38 vanilla38 commented Aug 14, 2013

Hello, is ther a way to display wich ip address is used when downloading with youtube-dl ? I want to be sure my ipv6 addresses are functional.

Thanks.

@phihag
Copy link
Contributor

@phihag phihag commented Aug 15, 2013

Thank your for the suggestion, we may indeed be able to output whether IPv6 is in use, but I think that's somewhat specific and should only be added in a future --debug flag (which would also output all the data we send or receive). I hesitate to print out the public IP every time --verbose is given (although that may be a good debugging aid), because it would rely on https://yt-dl.org/ip being up all the time.

In the meantime, you can use netstat (say, with the options -tnp on Linux) to see which connection type youtube-dl usese.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 24, 2016

This is now available with --call-home.

@dstftw dstftw closed this Jan 24, 2016
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
3 participants
You can’t perform that action at this time.