add jackett client package instead of external library

also, fixed non-tv category searches resulting in 0 results
This commit is contained in:
2026-02-19 16:53:03 +03:00
parent 67a9887058
commit e293f68c4a
5 changed files with 122 additions and 31 deletions

1
go.mod
View File

@@ -7,7 +7,6 @@ require (
github.com/autobrr/go-qbittorrent v1.14.0
github.com/jmoiron/sqlx v1.4.0
github.com/joho/godotenv v1.5.1
github.com/kylesanderson/go-jackett v0.0.0-20251103073025-88ab5d10a082
github.com/mattn/go-sqlite3 v1.14.33
github.com/zeebo/bencode v1.0.0
)