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.
[VIMEO] Downloading private showcase of private videos fails with HTTP Error 401 #24338
Comments
|
Update: temporarily fixed by changing the lines referenced in: 12ee431
I hardcoded it because it doesn't seem like there's an easy way to get the It should look like:
but again, I suck at programming. Hope this makes the dev's lives easier. |
Checklist
Verbose log
Description
This showcase of videos is private, and each video (when viewed from the direct URL) has its own password, but can be viewed within the album without the unique password.
For example, going to the album and clicking on a video takes you to:
and the video does not require authentication.
But, removing the
/showcase/XXXXXXX/videoand going to:Must prompt for the unique password for the video, causing 401 unauthorized.
I imagine this is because youtube-dl parses out the main video URL instead of the URL for the video within the showcase, as seen in 12ee431 .