MangaBat: fix URL for real this time (#6137)

This commit is contained in:
scb261
2021-03-11 13:25:30 +02:00
committed by GitHub
parent c589750a11
commit 30ebfdedd7
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/m", "en", overrideVersionCode = 3),
SingleLang("Mangabat", "https://m.mangabat.com", "en", overrideVersionCode = 4),
SingleLang("Mangakakalots (unoriginal)", "https://mangakakalots.com", "en", className = "Mangakakalots", pkgName = "mangakakalots"),
SingleLang("Mangairo", "https://h.mangairo.com/", "en", overrideVersionCode = 2),
)