[CuuTruyen] Fixes

master
Koitharu 2 years ago
parent f167a8c8f6
commit ad726a3fd7
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -37,7 +37,6 @@ internal class CuuTruyenParser(context: MangaLoaderContext) :
.build()
private val decryptionKey = "3141592653589793"
private val itemsPerPage: Int = 20
override suspend fun getAvailableTags(): Set<MangaTag> = emptySet()
@ -73,7 +72,7 @@ internal class CuuTruyenParser(context: MangaLoaderContext) :
}
append("&per_page=")
append(itemsPerPage)
append(pageSize)
}
val json = webClient.httpGet(url).parseJson()

Loading…
Cancel
Save