Manga-Raw.club: Fixed lasted chapters (#11394)

This commit is contained in:
Davide 2022-04-09 15:44:23 +02:00 committed by GitHub
parent bfbf91f0c0
commit 40acef146a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'manga-raw.club'
pkgNameSuffix = 'en.mangarawclub'
extClass = '.MangaRawClub'
extVersionCode = 9
extVersionCode = 10
isNsfw = true
}

View File

@ -44,7 +44,7 @@ class MangaRawClub : ParsedHttpSource() {
}
override fun latestUpdatesRequest(page: Int): Request {
return GET("$baseUrl/listy/manga/?results=$page", headers)
return GET("$baseUrl/listt/manga/?results=$page", headers)
}
override fun searchMangaSelector() = "ul.novel-list > li.novel-item"