-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vimeo download of password protected albums #1933
Labels
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). |
Lamieur
referenced
this issue
in Lamieur/youtube-dl
Aug 3, 2019
closes #1933 closes #15704 closes #15855 closes #18967 closes #21986
meunierd
referenced
this issue
in meunierd/youtube-dl
Feb 13, 2020
closes #1933 closes #15704 closes #15855 closes #18967 closes #21986
pareronia
referenced
this issue
in pareronia/youtube-dl
Jun 22, 2020
closes #1933 closes #15704 closes #15855 closes #18967 closes #21986
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: