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

Support https #22

Closed
baryluk opened this issue Nov 12, 2010 · 2 comments
Closed

Support https #22

baryluk opened this issue Nov 12, 2010 · 2 comments
Labels

Comments

@baryluk
Copy link
Contributor

baryluk commented Nov 12, 2010

youtube videos are also accessible using https, whole URL is identical, but http changed to https. becuase I have plugins which redirects me to https versions of many sites, when I copy youtube URL to youtube-dl, i end with https enabled addres which isn't supported in youtube-dl.

It should not be hard to add "(https?://)?" regular expression patter to support this. Downloading isn't really need to be using https, but this will also be nice if possible.

Thanks

@rg3
Copy link
Collaborator

rg3 commented Nov 12, 2010

Which program version are you using and what type of URL are you talking about? The s in "https" is supported for YouTube in the latest release.

@baryluk
Copy link
Contributor Author

baryluk commented Nov 15, 2010

You are right. I do not know how but 2 days ago it was not working for some reason. But it of course works. Sorry for that.

joedborg referenced this issue in joedborg/youtube-dl Nov 17, 2020
[pull] master from rg3:master
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants