Skip to content

Commit

Permalink
SamuraiScan: Fix http 404 (#5802)
Browse files Browse the repository at this point in the history
change mangaSubstring
  • Loading branch information
bapeey authored and cuong-tran committed Oct 31, 2024
1 parent 06b7f2d commit 2c76e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/es/manhuaonline/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
extClass = '.SamuraiScan'
themePkg = 'madara'
baseUrl = 'https://latan.visorsmr.com'
overrideVersionCode = 9
overrideVersionCode = 10
isNsfw = false
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2c76e4d

Please sign in to comment.