feat: implement allanime provider with utls support

This commit is contained in:
2026-05-13 11:20:47 +02:00
parent 4d1fd2834b
commit 1380fda7f7
6 changed files with 1490 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package allanime
import (
"go.uber.org/fx"
)
var Module = fx.Options(
fx.Provide(NewAllAnimeProvider),
)