chore: register 4 new sources in main.go and checklist

This commit is contained in:
achmad
2026-05-14 22:37:16 +07:00
parent baca350481
commit 2db6aad209
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -62,6 +62,7 @@ import (
_ "goyomi/sources/en/gakamangas" _ "goyomi/sources/en/gakamangas"
_ "goyomi/sources/en/galaxydegenscans" _ "goyomi/sources/en/galaxydegenscans"
_ "goyomi/sources/en/hachirumi" _ "goyomi/sources/en/hachirumi"
_ "goyomi/sources/en/harimanga"
_ "goyomi/sources/en/hentai4free" _ "goyomi/sources/en/hentai4free"
_ "goyomi/sources/en/jinmangas" _ "goyomi/sources/en/jinmangas"
_ "goyomi/sources/en/kaliscanme" _ "goyomi/sources/en/kaliscanme"
@@ -89,6 +90,7 @@ import (
_ "goyomi/sources/en/toonitube" _ "goyomi/sources/en/toonitube"
_ "goyomi/sources/en/topmanhua" _ "goyomi/sources/en/topmanhua"
_ "goyomi/sources/en/yaoihub" _ "goyomi/sources/en/yaoihub"
_ "goyomi/sources/en/zinmanga"
_ "goyomi/sources/en/beehentai" _ "goyomi/sources/en/beehentai"
_ "goyomi/sources/en/boratscans" _ "goyomi/sources/en/boratscans"
_ "goyomi/sources/en/boxmanhwa" _ "goyomi/sources/en/boxmanhwa"
@@ -101,12 +103,14 @@ import (
_ "goyomi/sources/en/mangabuddy" _ "goyomi/sources/en/mangabuddy"
_ "goyomi/sources/en/mangabuddyme" _ "goyomi/sources/en/mangabuddyme"
_ "goyomi/sources/en/mangacute" _ "goyomi/sources/en/mangacute"
_ "goyomi/sources/en/mangadrama"
_ "goyomi/sources/en/mangafab" _ "goyomi/sources/en/mangafab"
_ "goyomi/sources/en/mangaforest" _ "goyomi/sources/en/mangaforest"
_ "goyomi/sources/en/mangamonk" _ "goyomi/sources/en/mangamonk"
_ "goyomi/sources/en/mangasaga" _ "goyomi/sources/en/mangasaga"
_ "goyomi/sources/en/mangaspin" _ "goyomi/sources/en/mangaspin"
_ "goyomi/sources/en/mangaxyz" _ "goyomi/sources/en/mangaxyz"
_ "goyomi/sources/en/manhuafast"
_ "goyomi/sources/en/manhuanow" _ "goyomi/sources/en/manhuanow"
_ "goyomi/sources/en/manhuasite" _ "goyomi/sources/en/manhuasite"
_ "goyomi/sources/en/sleepytranslations" _ "goyomi/sources/en/sleepytranslations"
+4 -4
View File
@@ -384,7 +384,7 @@ Detailed implementation notes for complex sources are in the **Notes** section a
- [ ] `en/gwtb` - [ ] `en/gwtb`
- [x] `en/hachirumi` - [x] `en/hachirumi`
- [ ] `en/hadesscans` - [ ] `en/hadesscans`
- [ ] `en/harimanga` - [x] `en/harimanga`
- [ ] `en/hentai3zcc` - [ ] `en/hentai3zcc`
- [x] `en/hentai4free` - [x] `en/hentai4free`
- [ ] `en/hentaidex` - [ ] `en/hentaidex`
@@ -466,7 +466,7 @@ Detailed implementation notes for complex sources are in the **Notes** section a
- [ ] `en/mangadia` - [ ] `en/mangadia`
- [ ] `en/mangadistrict` - [ ] `en/mangadistrict`
- [ ] `en/mangadotnet` - [ ] `en/mangadotnet`
- [ ] `en/mangadrama` - [x] `en/mangadrama`
- [x] `en/mangafab` → base: MadTheme - [x] `en/mangafab` → base: MadTheme
- [x] `en/mangaforest` → base: MadTheme - [x] `en/mangaforest` → base: MadTheme
- [ ] `en/mangaforfreecom` - [ ] `en/mangaforfreecom`
@@ -515,7 +515,7 @@ Detailed implementation notes for complex sources are in the **Notes** section a
- [ ] `en/mangatrend` - [ ] `en/mangatrend`
- [ ] `en/mangatx` - [ ] `en/mangatx`
- [x] `en/mangaxyz` → base: MadTheme - [x] `en/mangaxyz` → base: MadTheme
- [ ] `en/manhuafast` - [x] `en/manhuafast`
- [ ] `en/manhuafastnet` - [ ] `en/manhuafastnet`
- [ ] `en/manhuahot` - [ ] `en/manhuahot`
- [ ] `en/manhuanext` - [ ] `en/manhuanext`
@@ -712,7 +712,7 @@ Detailed implementation notes for complex sources are in the **Notes** section a
- [ ] `en/zazamanga` - [ ] `en/zazamanga`
- [ ] `en/zinchanmanga` - [ ] `en/zinchanmanga`
- [ ] `en/zinchanmangacom` - [ ] `en/zinchanmangacom`
- [ ] `en/zinmanga` - [x] `en/zinmanga`
- [ ] `en/zinmanganet` - [ ] `en/zinmanganet`
--- ---