yashrathi-git / vimeo-dl

Downloads Vimeo videos and retrieve metadata such as views, likes, comments, duration of the video.
MIT License
64 stars 16 forks source link

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

Open ajmalrishad opened 2 months ago

ajmalrishad commented 2 months ago
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

TheRedstoneRadiant commented 2 months ago

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

ijharulislam commented 3 weeks ago

Any update on this?

TheRedstoneRadiant commented 3 weeks ago

You can use yt-dlp as a temporary workaround.