|
|
|
|
@ -35,7 +35,16 @@ internal class BatoToParser(context: MangaLoaderContext) : PagedMangaParser(
|
|
|
|
|
|
|
|
|
|
override val configKeyDomain = ConfigKey.Domain(
|
|
|
|
|
"bato.to",
|
|
|
|
|
arrayOf("bato.to", "mto.to", "hto.to", "mangatoto.com", "battwo.com", "batotwo.com", "comiko.net", "batotoo.com"),
|
|
|
|
|
arrayOf(
|
|
|
|
|
"bato.to",
|
|
|
|
|
"mto.to",
|
|
|
|
|
"hto.to",
|
|
|
|
|
"mangatoto.com",
|
|
|
|
|
"battwo.com",
|
|
|
|
|
"batotwo.com",
|
|
|
|
|
"comiko.net",
|
|
|
|
|
"batotoo.com",
|
|
|
|
|
),
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
override suspend fun getListPage(
|
|
|
|
|
@ -127,7 +136,6 @@ internal class BatoToParser(context: MangaLoaderContext) : PagedMangaParser(
|
|
|
|
|
result += MangaPage(
|
|
|
|
|
id = generateUid(url),
|
|
|
|
|
url = url + "?" + args.getString(i),
|
|
|
|
|
referer = fullUrl,
|
|
|
|
|
preview = null,
|
|
|
|
|
source = source,
|
|
|
|
|
)
|
|
|
|
|
|