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

Unable to download videos over a certain size. Can I extend the download time, or continue the download without starting again? #194

Open
DannyMaliana opened this issue Mar 27, 2021 · 3 comments

Comments

@DannyMaliana
Copy link

DannyMaliana commented Mar 27, 2021

Any youtube video over a certain size fails after downloading about the same amount of data. It seems like it is stopping if it hasn't completed the download by a certain amount of time. When I watch the download it is constantly downing and then suddenly just stops. Any video that is smaller completes downloading, but if it is over a certain size, it fails.

Is there a way I can tweak the code to either allow a longer time for downloading before it stops (I am on a slow internet connection), or a way that I can get it to retry downloading the video keeping its current progress rather than starting the download from the beginning again?

image

Using youtube-dl -f 22 https://www.youtube.com/watch?v=videoId directly takes a good while to download a video, but it does complete without any issues.

image

OS: UbuntuMATE 20.10
Node version: v15.12.0
npm version: 7.7.5
Udacimak Version: 1.6.6

@rahulbollisetty
Copy link

Any youtube video over a certain size fails after downloading about the same amount of data. It seems like it is stopping if it hasn't completed the download by a certain amount of time. When I watch the download it is constantly downing and then suddenly just stops. Any video that is smaller completes downloading, but if it is over a certain size, it fails.

Is there a way I can tweak the code to either allow a longer time for downloading before it stops (I am on a slow internet connection), or a way that I can get it to retry downloading the video keeping its current progress rather than starting the download from the beginning again?

image

Using youtube-dl -f 22 https://www.youtube.com/watch?v=videoId directly takes a good while to download a video, but it does complete without any issues.

image

OS: UbuntuMATE 20.10
Node version: v15.12.0
npm version: 7.7.5
Udacimak Version: 1.6.6

did u find any solution for this?
i'm facing the same issue.

@DannyMaliana
Copy link
Author

Unfortunately not.

@hoangchunghien
Copy link

Increase the youtube-dl timeout will fix. Check this out

#209 (comment)

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

3 participants