View Single Post
Old 12-27-2022, 05:14 PM   #7
yamusing
Enthusiast
yamusing began at the beginning.
 
Posts: 49
Karma: 10
Join Date: Jul 2019
Device: none
Quote:
Originally Posted by kovidgoyal View Post
No, you'd have to run from source and personally, I wouldn't bother. The services keep tuning the parameters of their bot detection. Just pause once you start getting the errors and resume in a few hours.
for the website there isn't a bot detection for the website as it clearly states the Load limiting for API requests "25 entries per request, 4-5 sequential requests usually okay before having to wait for ~5 seconds". When I try to download metadata at once on Calibre it clearly doesn't have a time limit between requests as I can see it finished downloading metadata for 4 books in 3 seconds in the job interface so it send request one at a time without any delay.

Is there really no way to implment it on my side for creating a download metadata limit per book?

Or if possible add in time.sleep(10) in the metadata plugin would this work?

Last edited by yamusing; 12-27-2022 at 06:10 PM.
yamusing is offline   Reply With Quote