ApiKey == defaultTmdbApiKey { logger.Warnln("you are using the default TMDB api key; TMDB requests will be limited to 1 per second; to remove this warning please configure a personal TMDB api key") config.RateLimit = time.Second config.RateLimitBurst = 1 config.RateLimitBurst = 8 } ...