-
Notifications
You must be signed in to change notification settings - Fork 19
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 delay between downloads #317
Comments
(2) is already implemented. Also see #270, there are some options enabling more cache. For (1), does "retry on failure" option help? |
|
Yes. Browsers now separate cache for different "origin" for security a.k.a. cache partitioning.
In batch download, addon loads images to check its dimension. Therefore we always use the cache system in batch download even if |
So the only thing which can be useful is additional delay to not eventually trigger the ban mechanism. |
Hi. Is there a simple way to compile addon from sources? |
Seems i need Windows 10 at least. Node.js is no longer supported on windows 7. |
You can try installing an older version: Though IDK if it can build this project. |
I second a request for an option to delay between downloads. I often get locked out of websites when I pick too many images for download at once, or perhaps load too many images in preview mode too quickly. Retry on failure obviously doesn't work if you're locked out for an hour or even permanently, but I think a simple delay between individual downloads could solve this. I don't know if it's from the preview mode or from being sent to downloads. If the latter, is there perhaps another extension that can delay the download manager, like how the "load background tabs lazy" extension delays opening new tabs? I have privacy.partition.network_state set to false and "try to download images from browser cache" checked. |
Is the delay between downloads already implemented? |
The newly implemented delay works great in the preview mode! However when I click Save, the images are still all instantaneously sent to the browser's download manager, and if I pick too many at once one site will still lock me out. Is it possible to delay the download manager too? |
The download manager should download images from the local cache so it shouldn't send any request to the server when clicking "save". You can try disconnecting the network before saving to verify it. If not then please open a new issue. |
Thanks, that helped me figure it out. My download manager indeed downloads blobs from cache as expected. The problem was in preview mode and it was my own fault. I missed a subdomain url used for serving images and didn't add it in the delay option. Is there a way to match all subdomains in the fetch delay option? "example.com" doesn't seem to match "images123.example.com" and I can't get *.example.com or RegExp to work. Thank you so much for continuing to maintain and improve this awesome addon! |
Nope. Opened a new issue here: #341 |
I have found sites, especially where images was placed on google sites that addon operations where detected as bot or auto crawler operations and site were blocking access for temporary time. Even if at normal use of site such detection had no place.
I suspect that this detection is triggered by too many simultanously accesses. I understand that addon have to download all images to detect sizes but I think additional features are needed.
The text was updated successfully, but these errors were encountered: