feat: implement phase 4 batch — 11 en/ MangaHub wrapper sources

mangahubio, mangahereonl, mangakakalotfun, mangafoxfun, manganel,
mangaonlinefun, mangapandaonl, mangareadersite, mangatoday, onemangaco,
onemangainfo — all using the existing mangahub GraphQL base.
This commit is contained in:
achmad
2026-05-13 23:20:27 +07:00
parent 78723bb195
commit 7fe2c48df7
13 changed files with 198 additions and 11 deletions
+11
View File
@@ -110,6 +110,17 @@ import (
_ "goyomi/sources/en/manhuanow"
_ "goyomi/sources/en/manhuasite"
_ "goyomi/sources/en/sleepytranslations"
_ "goyomi/sources/en/mangahereonl"
_ "goyomi/sources/en/mangahubio"
_ "goyomi/sources/en/mangakakalotfun"
_ "goyomi/sources/en/mangafoxfun"
_ "goyomi/sources/en/manganel"
_ "goyomi/sources/en/mangaonlinefun"
_ "goyomi/sources/en/mangapandaonl"
_ "goyomi/sources/en/mangareadersite"
_ "goyomi/sources/en/mangatoday"
_ "goyomi/sources/en/onemangaco"
_ "goyomi/sources/en/onemangainfo"
)
func main() {