Skip to content

Commit

Permalink
SamuraiScan: Fix 404 Error (#6831)
Browse files Browse the repository at this point in the history
* fix manga substring

* change manga substring to rd
  • Loading branch information
dngonz authored Dec 29, 2024
1 parent 97bc2d5 commit d0460d7
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 = 10
overrideVersionCode = 11
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 = "read"
override val mangaSubString = "rd"

override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(3)
Expand Down

0 comments on commit d0460d7

Please sign in to comment.