Rather than ratelimit to one request per-second, attempt to detect the MusicBrainz API ratelimiting. The API will return HTTP 503 errors once ratelimiting has begun. Once this has been detected, the script will wait 1 second before continuing processing.
get_artist_art
Pulls artist art from https://www.theaudiodb.com/
Description
Languages
Python
100%