Skip to content
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 album download #1911

Closed
canavan opened this issue Dec 6, 2013 · 5 comments
Closed

vimeo album download #1911

canavan opened this issue Dec 6, 2013 · 5 comments
Labels

Comments

@canavan
Copy link

canavan commented Dec 6, 2013

I'd like to download entire Albums on vimeo:

youtube-dl --verbose http://vimeo.com/album/2234567
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://vimeo.com/album/2234567']
[debug] youtube-dl version 2013.12.04
[debug] Python version 2.7.3 - IRIX64-6.5-IP35-mips-n32bit-ELF
[debug] Proxy map: {}
[vimeo] 7: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 404: Not Found; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
File "/usr/nekoware/bin/youtube-dl/youtube_dl/extractor/common.py", line 161, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/nekoware/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 944, in urlopen
return self._opener.open(req)
File "/usr/nekoware/lib/python2.7/urllib2.py", line 406, in open
response = meth(req, response)
File "/usr/nekoware/lib/python2.7/urllib2.py", line 519, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/nekoware/lib/python2.7/urllib2.py", line 438, in error
result = self._call_chain(_args)
File "/usr/nekoware/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(_args)
File "/usr/nekoware/lib/python2.7/urllib2.py", line 625, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/nekoware/lib/python2.7/urllib2.py", line 406, in open
response = meth(req, response)
File "/usr/nekoware/lib/python2.7/urllib2.py", line 519, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/nekoware/lib/python2.7/urllib2.py", line 444, in error
return self._call_chain(_args)
File "/usr/nekoware/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(_args)
File "/usr/nekoware/lib/python2.7/urllib2.py", line 527, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)

There are also password protected albums: The following one shows a rather peculiar behaviour:

youtube-dl --verbose http://vimeo.com/album/2345678
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://vimeo.com/album/2345678']
[debug] youtube-dl version 2013.12.04
[debug] Python version 2.7.3 - IRIX64-6.5-IP35-mips-n32bit-ELF
[debug] Proxy map: {}
[vimeo] 8: Downloading webpage
[vimeo] 8: Extracting information
[vimeo] 8: Downloading webpage
[download] Destination: The green balloon-8.flv
[download] 100% of 476.00KiB in 00:00

@jaimeMF jaimeMF closed this as completed in 5cc14c2 Dec 6, 2013
@jaimeMF
Copy link
Collaborator

jaimeMF commented Dec 6, 2013

Done, there will be support for albums (and groups) in the next version. Thanks for the report.

@canavan
Copy link
Author

canavan commented Dec 9, 2013

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)

@jaimeMF
Copy link
Collaborator

jaimeMF commented Dec 9, 2013

open a new issue so that we don't forget about it

@koobidesigner
Copy link

im not sure if it worked in the past. But not recently, i've been waiting for it long time

@goocy
Copy link

goocy commented Mar 25, 2019

I'd like album support as well. Private videos at Vimeo don't seem to download at all, even when supplying individual URLs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants