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.
Get http url youtube #5927
Get http url youtube #5927
Comments
|
Seems youtube is moving to HTTPS almost everywhere. For example, browsing http://www.youtube.com/ leads to https://www.youtube.com/. I'm not sure whether there's a method to disable such a redirection. If not, it's impossible to extract an HTTP url. Can you describe your scenario in more details? I think in most cases HTTPS is not worse than HTTP. |
|
yan12125, http url possible, for example http://ru.savefrom.net/ return http url. |
|
http urls can only be obtained with the
The correct solutions would be to make xupnpd work with https urls, YouTube may drop http support at any time and it's widely used nowadays. |
HI!
'youtube-dl -g bla bla bla' return https url, how to get http url?
If I change https to http, video can not be downloaded.
Help me!