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.
youtube-dl download in HTTPS mode #2209
Comments
|
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? |
|
Hi I need to capture the request with port 80 Is there any version which download over HTTP,or you can advice how could i switch to http? Thanks |
|
You can use the |
|
Thanks a lot! |
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