SamuraiScan: Fix http 404 (#5802)

change mangaSubstring
This commit is contained in:
bapeey 2024-10-31 02:30:17 -05:00 committed by Draff
parent da96de83ea
commit 96e3f93416
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.SamuraiScan'
themePkg = 'madara'
baseUrl = 'https://latan.visorsmr.com'
overrideVersionCode = 9
overrideVersionCode = 10
isNsfw = false
}

View File

@ -17,7 +17,7 @@ class SamuraiScan : Madara(
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
override val mangaSubString = "dl"
override val mangaSubString = "read"
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(3)