-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add a control for maximum download speed #35
Comments
I'm working on an argument to disable multiprocessing (downloading one thread at a time) and sleeping in between every image downloaded. |
Adds option to download one thread at a time. Related to Exceen#35.
I don't have a problem with using |
I like you idea a lot more. My plan is to do that and prioritize downloading threads that are about to 404 or archive. Also the part about needing |
At the moment, the script monopolises the bandwith. It would be nice to have an optional input argument to limit how much connection is used.
The text was updated successfully, but these errors were encountered: