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.
Hi.
https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/vimeo.py#L577 here some little bit wrong logic.
We have protected album, right?
But it not necessary we have protected video in protected album. :)
URL:
https://vimeo.com/album/[albumId]/video/[videoId].albumIdis some of protected albums,videoIdis public. We should ignore album b/c we already know video ID:https://vimeo.com/[videoId].So album should be ignored in video URL.