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 video file from Vimeo over https if it the video URL starts with https #5147
Comments
|
It sems that they are downloaded over https:
Could you post the url with the problem and the output of |
|
Check this: youtube-dl -g --ignore-config --verbose 'https://player.vimeo.com/video/56015672'It outputs something like this: |
|
Thanks for the report, it will use https in the next version. |
When downloading from Vimeo.com, even if you provide video URL that starts with https, the video is downloaded over http. The right choice is to download the video URL over https.