[RU]Newbie new chapterListRequest (#10497)

This commit is contained in:
e-shl 2022-01-18 17:49:00 +05:00 committed by GitHub
parent 39d84866a6
commit b9bd7726f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = 'Newbie'
pkgNameSuffix = 'ru.newbie'
extClass = '.Newbie'
extVersionCode = 3
extVersionCode = 4
}
dependencies {

View File

@ -228,7 +228,7 @@ class Newbie : HttpSource() {
}
}
override fun chapterListRequest(manga: SManga): Request {
return GET(API_URL + "/projects/" + manga.url + "/chapters?reverse=true&size=1000000", headers)
return GET(API_URL + "/branches/" + manga.url + "/chapters?reverse=true&size=1000000", headers)
}
@TargetApi(Build.VERSION_CODES.N)