|
|
|
@ -132,7 +132,7 @@ internal class CuuTruyenParser(context: MangaLoaderContext) :
|
|
|
|
Manga(
|
|
|
|
Manga(
|
|
|
|
id = generateUid(jo.getLong("id")),
|
|
|
|
id = generateUid(jo.getLong("id")),
|
|
|
|
url = "/api/v2/mangas/${jo.getLong("id")}",
|
|
|
|
url = "/api/v2/mangas/${jo.getLong("id")}",
|
|
|
|
publicUrl = "https://$domain/mangas/${jo.getLong("id")}",
|
|
|
|
publicUrl = "https://truycapcuutruyen.pages.dev/mangas/${jo.getLong("id")}",
|
|
|
|
title = jo.getString("name"),
|
|
|
|
title = jo.getString("name"),
|
|
|
|
altTitles = emptySet(),
|
|
|
|
altTitles = emptySet(),
|
|
|
|
coverUrl = jo.getString("cover_mobile_url"),
|
|
|
|
coverUrl = jo.getString("cover_mobile_url"),
|
|
|
|
|