vimeo-dl
vimeo-dl copied to clipboard
v.streams is an empty list
I was unable to download certain videos because whenever I would try to obtain their various streams using v.streams
, I would only get an empty list. For example, the following code fails to get any video downloaded and instead causes an error, which shows up on the third line:
v = Vimeo('https://vimeo.com/686512896')
s = v.streams
best_stream = s[-1]
best_stream.download(download_directory='.', filename='sample_video.mp4')
My program also did not work when I used this alternative: v = Vimeo.from_video_id(video_id='686512896')
.
I think that I found the difference between the city council videos where the Vimeo Downloader does and does not work. I found out the Downloader only works when the file delivered for the video downloaded includes the following text:
"progressive":[{"profile":"164","width":474,"mime":"video/mp4","fps":29,"url":"https://vod-progressive.akamaized.net/exp=1657520070~acl=%2Fvimeo-prod-skyfire-std-us%2F01%2F4145%2F28%2F720726821%2F3342874040.mp4~hmac=e620725bd0cf503b1837a3e05e285528d0cc917146a5be6c23f581b1cfe30f6b/vimeo-prod-skyfire-std-us/01/4145/28/720726821/3342874040.mp4","cdn":"akamai_interconnect","quality":"360p","id":"194885ae-83b7-4580-ad4c-6f7fbec33b7b","origin":"gcs","height":360}
For the videos where the Downloader does not succeed, the server returns a file for the video downloaded that includes the following text:
"progressive":[]
I have the same problem as Shak2000 described above. I also tried embedded mode.
Here is an example https://www.midland.com.hk/en/property/New-Territories-Tai-Wai-Festival-City-Phase-3-Block-2-Higher-Floor-Flat-SD-M300705658
@yashrathi-git Any update on this?
Same issue here - is this the beginning of the end of vimeo_downloader?
Same issue. Can someone fix ?
same issue
v.streams []
same issue
Also an issue with me.
Running into this issue as well.
Same issue here - is this the beginning of the end of vimeo_downloader?
Depends on if the author or someone fixes it or not.
same issue :(