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.
[Newgrounds] Https URLs invokes downloading from http URL. #10752
Comments
|
There is absolutely no relation between the original URL's scheme and download URL's scheme. youtube-dl provides download URLs that hoster serves itself intact. |
|
@dstftw Can't it be forced to https by youtube-dl? |
|
No, it does not make any sense. They may not even serve it via https. |
|
@dstftw If it can't be done technically, then okay.
Then it does not make sense to download original URL's scheme in https in first place.
Yes, but usually they do. Like this hoster. In FIrefox for example you can force it. |
As I've already said there is no connection between that. They can provide whatever they want whichever way they want. youtube-dl just extracts what they provide no more no less. |
|
In Firefox HTTP video/audio files are used even if the webpage is in HTTPS, so there's a warning in the address bar. It's a bug of Newgrounds, not youtube-dl. |
Before submitting an issue make sure you have:
What is the purpose of your issue?
https://www.newgrounds.com/audio/listen/549479
https://www.newgrounds.com/portal/view/673111
Downloading video/audio from https URLs should invokes downloading from https URL, otherwise, what's the point in downloading from https URLs in first place?