Quote:
Originally Posted by kovidgoyal
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?