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 download of password protected albums #1933
Comments
|
Not sure I it will work, but if the video itself is protected with a password, you could try running |
|
I'm actually fairly certain that I did exactly that, but I can't find any evidence for that in my command line history. |
|
I also have a problem downloading a vimeo video from a password protected album (private). |
As a follow up to Issue #1911:
While it does indeed work for public albums, it looks like the fix isn't quite working for password protected albums:
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '--verbose', '--verbose', '--verbose', '--video-password', '', 'http://vimeo.com/album/2638671']
[debug] youtube-dl version 2013.12.09.4
[debug] Python version 2.7.3 - IRIX64-6.5-IP35-mips-n32bit-ELF
[debug] Proxy map: {}
[vimeo:album] 2638671: Downloading page 1
[download] Downloading playlist: Private Album
[vimeo:album] playlist 'Private Album': Collected 0 video ids (downloading 0 of them)
It's not working for individual, password protected videos within albums:
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '--verbose', '--verbose', '--verbose', '--video-password', '', 'http://vimeo.com/album/2638671/video/81175630']
[debug] youtube-dl version 2013.12.09.4
[debug] Python version 2.7.3 - IRIX64-6.5-IP35-mips-n32bit-ELF
[debug] Proxy map: {}
[vimeo:album] 2638671: Downloading page 1
[download] Downloading playlist: Private Album
[vimeo:album] playlist 'Private Album': Collected 0 video ids (downloading 0 of them)