parent
f46b854fad
commit
9a7eaafc20
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Yushuke Mangas'
|
extName = 'Yushuke Mangas'
|
||||||
extClass = '.YushukeMangas'
|
extClass = '.YushukeMangas'
|
||||||
extVersionCode = 2
|
extVersionCode = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -180,7 +180,7 @@ class YushukeMangas : ParsedHttpSource() {
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun fetchChapterListPage(mangaId: String, page: Int): Response {
|
private fun fetchChapterListPage(mangaId: String, page: Int): Response {
|
||||||
val url = "$baseUrl/ajax/load_more_chapters.php?order=DESC".toHttpUrl().newBuilder()
|
val url = "$baseUrl/ajax/carregar_capitulos.php?order=DESC".toHttpUrl().newBuilder()
|
||||||
.addQueryParameter("manga_id", mangaId)
|
.addQueryParameter("manga_id", mangaId)
|
||||||
.addQueryParameter("page", page.toString())
|
.addQueryParameter("page", page.toString())
|
||||||
.build()
|
.build()
|
||||||
|
|
Loading…
Reference in New Issue