From ed379c904abdc5ddecba1116583ae7fdb3ed2f2a Mon Sep 17 00:00:00 2001 From: shadod Date: Sun, 1 Feb 2026 14:34:53 +0300 Subject: [PATCH] feat: removed flaresolver --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a714645..296e8b8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ A Go client library for the IGDB (Internet Game Database) API v4. This library p - Rate limiting support - Automatic token management for Twitch authentication - Retry mechanism for failed requests -- Optional FlareSolverr integration for handling Cloudflare protection ## Installation @@ -101,7 +100,6 @@ func main() { - [go-resty/resty](https://github.com/go-resty/resty) - [google/protobuf](https://github.com/google/protobuf) -- [bestnite/go-flaresolverr](https://github.com/bestnite/go-flaresolverr) - [PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) ## Contributing