Cứu Truyện: Use another publicUrl for better redirection

master
Draken 8 months ago committed by GitHub
parent 0a0a869e88
commit 312b617b95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -132,7 +132,7 @@ internal class CuuTruyenParser(context: MangaLoaderContext) :
Manga(
id = generateUid(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"),
altTitles = emptySet(),
coverUrl = jo.getString("cover_mobile_url"),

Loading…
Cancel
Save