-
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 album download #1911
Comments
Done, there will be support for albums (and groups) in the next version. Thanks for the report. |
While it does indeed work for public albums, it looks like the fix isn't quite working for password protected albums: [debug] System config: [] It's not working for individual, password protected videos within albums: [debug] System config: [] |
open a new issue so that we don't forget about it |
im not sure if it worked in the past. But not recently, i've been waiting for it long time |
I'd like album support as well. Private videos at Vimeo don't seem to download at all, even when supplying individual URLs. |
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
The text was updated successfully, but these errors were encountered: