MangaGun: Fix Chapter list parsing (#9424)

This commit is contained in:
AlphaBoom 2025-06-25 20:07:56 +08:00 committed by Draff
parent 63ff937ae4
commit e28e6ed77f
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.MangaGun'
themePkg = 'fmreader'
baseUrl = 'https://mangagun.net'
overrideVersionCode = 2
overrideVersionCode = 3
isNsfw = true
}

View File

@ -48,7 +48,7 @@ class MangaGun : FMReader("MangaGun", "https://$DOMAIN", "ja") {
}
override fun fetchChapterList(manga: SManga): Observable<List<SChapter>> {
val slug = manga.url.substringAfter("manga-").substringBefore(".html")
val slug = manga.url.substringAfter("raw-").substringBefore(".html")
return client.newCall(
GET(