playback: use utls to bypass cloudflare

This commit is contained in:
2026-04-27 18:18:03 +02:00
parent 238599299f
commit ed30b8ab43
3 changed files with 327 additions and 18 deletions

11
go.mod
View File

@@ -1,6 +1,6 @@
module mal
go 1.24.0
go 1.25.0
require (
github.com/PuerkitoBio/goquery v1.11.0
@@ -8,10 +8,15 @@ require (
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.40
golang.org/x/crypto v0.45.0
golang.org/x/crypto v0.50.0
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
golang.org/x/net v0.47.0 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/refraction-networking/utls v1.8.2 // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
)