Fixed MangaBat URL (#6130)

* Fixed MangaBat URL

* whoops
This commit is contained in:
loocool2
2021-03-10 17:49:43 -08:00
committed by GitHub
parent cd8698f49d
commit 1d27e61f65
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ class MangaBoxGenerator : ThemeSourceGenerator {
override val sources = listOf(
SingleLang("Mangakakalot", "https://mangakakalot.com", "en"),
SingleLang("Manganelo", "https://manganelo.com", "en"),
SingleLang("Mangabat", "https://m.mangabat.com/h", "en", overrideVersionCode = 2),
SingleLang("Mangabat", "https://m.mangabat.com/m", "en", overrideVersionCode = 3),
SingleLang("Mangakakalots (unoriginal)", "https://mangakakalots.com", "en", className = "Mangakakalots", pkgName = "mangakakalots"),
SingleLang("Mangairo", "https://h.mangairo.com/", "en", overrideVersionCode = 2),
)