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

Video Can't Download Because of didn't get video streams

Open ajmalrishad opened this issue 10 months ago • 3 comments

git

this is i got when try to download a video using vimeo video url the issue. this is because of video stream is not get from the vimeo video platform what can i use insted of video stream for download videos fetch images and video thumbail are working only issue in download video

ajmalrishad avatar Apr 20 '24 01:04 ajmalrishad

Can reproduce. When trying to download a video, I get the following error:

Traceback (most recent call last):
  File "main.py", line 112, in main
    .streams[0]
     ^^^^^^^
  File "/home/user/.local/lib/python3.11/site-packages/vimeo_downloader/__init__.py", line 341, in streams
    for stream in js_url["request"]["files"]["progressive"]:
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'progressive'

Python version 3.11.9 vimeo-downloader Version: 0.4.1 requests Version: 2.31.0 tqdm Version: 4.66.2 urllib3 Version: 1.25.11

TheRedstoneRadiant avatar Apr 24 '24 17:04 TheRedstoneRadiant

Any update on this?

ijharulislam avatar Jun 10 '24 15:06 ijharulislam

You can use yt-dlp as a temporary workaround.

TheRedstoneRadiant avatar Jun 10 '24 21:06 TheRedstoneRadiant