-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Labels
Comments
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. |
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. |
Closed
6 tasks
5 tasks
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: