Manga-Raw.club: Fixed lasted chapters (#11394)
This commit is contained in:
parent
bfbf91f0c0
commit
40acef146a
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'manga-raw.club'
|
||||
pkgNameSuffix = 'en.mangarawclub'
|
||||
extClass = '.MangaRawClub'
|
||||
extVersionCode = 9
|
||||
extVersionCode = 10
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue