Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video keeps on downloading; no audio #41

Open
hkgute opened this issue May 1, 2023 · 7 comments
Open

Video keeps on downloading; no audio #41

hkgute opened this issue May 1, 2023 · 7 comments

Comments

@hkgute
Copy link

hkgute commented May 1, 2023

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.

@Paillat-dev
Copy link

Same for me, continues infinitely

@Asafffff
Copy link

Same for me

@Sonii44
Copy link

Sonii44 commented Jun 23, 2023

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 !

@rmnanney
Copy link

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!!

@soliviantar
Copy link

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... :(

@warbrett
Copy link

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.

@mtnstar
Copy link

mtnstar commented May 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants