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

Avoid speed throttling #124

Open
thgdorns opened this issue May 6, 2022 · 2 comments
Open

Avoid speed throttling #124

thgdorns opened this issue May 6, 2022 · 2 comments

Comments

@thgdorns
Copy link

thgdorns commented May 6, 2022

After downloading a few videos using as input a text file with links, the download speed drops down do around 30kb/s and stays there until the end of the current download, then goes back to normal for the next two downloads. This happens with and without multithreading.

If I close the program during the slow speed download, wait for a few minutes and resume, it goes back to normal speed for another 2 downloads. So I think that setting an interval between downloads would fix the issue.

Is there a way to set a time interval between downloads when using a text file input?

@AlexAplin
Copy link
Owner

That's definitely the result of Nico throttling, so not something we can actually bypass easily. With some testing we should be able to determine a timeout interval that can be toggled on (or make it user-specified).

@CXwudi
Copy link
Contributor

CXwudi commented May 23, 2022

another option is to provide an option to manually set the download speed limit. That's what I personally do in yt-dlp with aria2c. I set a limit of 7mb/s and I never experience any trolling from niconico

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

No branches or pull requests

3 participants