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

Video keeps on downloading; no audio

Open hkgute opened this issue 1 year ago • 7 comments

I have been trying to use it for downloading a private vimeo video. But the download keeps going on and on, even crossing 10-15GB and then I get fed up and stop it by ctrl+C. The video isn't supposed to be that large in size. In fact if I just stop the download around 200MB and play the video, the video is fully downloaded, but with no audio. I have used -- combine, and even provided ffmpeg, but still nothing happens and the video keeps on downloading. And even if I stop after many GBs, there still no audio.

hkgute avatar May 01 '23 22:05 hkgute

Same for me, continues infinitely

Paillat-dev avatar May 08 '23 19:05 Paillat-dev

Same for me

Asafffff avatar May 29 '23 06:05 Asafffff

Think I got the same issue, resolving by replacing "\uXXXX" by "&" at the end of the url. Example : master.json?base64_init=1\u0026query_string_ranges=1 becomes master.json?base64_init=1&query_string_ranges=1 => let me know !

Sonii44 avatar Jun 23 '23 17:06 Sonii44

Think I got the same issue, resolving by replacing "\uXXXX" by "&" at the end of the url. Example : master.json?base64_init=1\u0026query_string_ranges=1 becomes master.json?base64_init=1&query_string_ranges=1 => let me know !

A+ @Sonii44 !!

I just started using this repo today and hit this issue. Thanks for spotting that URL issue!!

rmnanney avatar Jun 24 '23 15:06 rmnanney

Think I got the same issue, resolving by replacing "\uXXXX" by "&" at the end of the url. Example : master.json?base64_init=1\u0026query_string_ranges=1 becomes master.json?base64_init=1&query_string_ranges=1 => let me know !

This is not working for me. It keeps downloading GB after GB for a 700 MB video... :(

soliviantar avatar Mar 09 '24 09:03 soliviantar

I was running into this issue on mac OS before I realized a terminal setting was adding escape strings to the URL automatically on paste. Putting quotes around the url prior to pasting it into the terminal is a quick fix, in my case I just pasted it into vscode first, added quotes, then copied the entire string with the quotes before pasting into the terminal.

warbrett avatar Apr 26 '24 21:04 warbrett

thx, putting the URL (https://...master.json) in quotes fixed for me the described problem.

mtnstar avatar May 11 '24 17:05 mtnstar