vimeo-dl
vimeo-dl copied to clipboard
Video keeps on downloading; no audio
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.
Same for me, continues infinitely
Same for me
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 !
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!!
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... :(
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.
thx, putting the URL (https://...master.json) in quotes fixed for me the described problem.