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.
Support https #22
Support https #22
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. |
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