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

youtube-dl download in HTTPS mode #2209

Closed
shaybracha opened this issue Jan 23, 2014 · 4 comments
Closed

youtube-dl download in HTTPS mode #2209

shaybracha opened this issue Jan 23, 2014 · 4 comments

Comments

@shaybracha
Copy link

@shaybracha shaybracha commented Jan 23, 2014

download from :http://www.youtube.com/watch?v=-EAuQynsKNg

youtube-dl -f 133 http://www.youtube.com/watch?v=-EAuQynsKNg

when open sniffer the first SYN from client is for port 444 (https) instead port 80

This behavior not depend on which URL i'm download

I'm using last version

Thanks

Shay

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 23, 2014

Yes, for Youtube videos we default to https (although the video is actually download over normal http, see #933). I think that's a good decision. Is there any reason why you would prefer to not use https?

@shaybracha
Copy link
Author

@shaybracha shaybracha commented Jan 23, 2014

Hi

I need to capture the request with port 80
actually,what i have seen is that not all downloads over HTTPs

Is there any version which download over HTTP,or you can advice how could i switch to http?
this is very important to me!

Thanks

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 23, 2014

You can use the --print-traffic option to print the requests info.
Or you could edit the youtube_dl/extractor/youtube.py and change all the https to http.

@jaimeMF jaimeMF closed this Jan 23, 2014
@shaybracha
Copy link
Author

@shaybracha shaybracha commented Jan 23, 2014

Thanks a lot!

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.