-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Comments
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. |
A+ @Sonii44 !! I just started using this repo today and hit this issue. Thanks for spotting that URL issue!! |
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. |
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.
The text was updated successfully, but these errors were encountered: