vimeo-dl icon indicating copy to clipboard operation
vimeo-dl copied to clipboard

v.streams is an empty list

Open Shak2000 opened this issue 2 years ago • 10 comments

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":[]

Shak2000 avatar Jul 12 '22 03:07 Shak2000

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

LinkedTech avatar Oct 08 '22 07:10 LinkedTech

@yashrathi-git Any update on this?

catdogmat avatar Jan 10 '23 02:01 catdogmat

Same issue here - is this the beginning of the end of vimeo_downloader?

willw1 avatar Mar 18 '23 22:03 willw1

Same issue. Can someone fix ?

ksecurity45 avatar Apr 02 '23 17:04 ksecurity45

same issue

v.streams []

superyarik avatar Apr 12 '23 10:04 superyarik

same issue

blackexchange avatar Apr 26 '23 17:04 blackexchange

Also an issue with me.

CalebAlex-Ander avatar Jul 29 '23 16:07 CalebAlex-Ander

Running into this issue as well.

OpticFusion1 avatar Aug 02 '23 16:08 OpticFusion1

Same issue here - is this the beginning of the end of vimeo_downloader?

Depends on if the author or someone fixes it or not.

OpticFusion1 avatar Aug 02 '23 16:08 OpticFusion1

same issue :(

thuc248997 avatar Feb 06 '24 04:02 thuc248997