cbanack / comic-vine-scraper

An add-on script for ComicRack that lets you copy details from Comic Vine into your comic books.
244 stars 47 forks source link

Throttle API Request Speed #424

Closed cbanack closed 8 years ago

cbanack commented 8 years ago

The ComicVine API has new requirements that all API requests be throttled so that they come in no faster than once per second for each API user. See here:

http://www.comicvine.com/forums/api-developers-2334/api-rate-limiting-1746419/

Change the scraper to respect these limits.

cbanack commented 8 years ago

This issue has been fixed.