Skip to content

Commit

Permalink
fix(all/sudatchi): Fixed all/Sudatchi source (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebDitto authored Aug 28, 2024
1 parent 268a4c5 commit d9a5eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/all/sudatchi/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'Sudatchi'
extClass = '.Sudatchi'
extVersionCode = 3
extVersionCode = 4
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Sudatchi : AnimeHttpSource(), ConfigurableAnimeSource {

override val baseUrl = "https://sudatchi.com"

private val ipfsUrl = "https://ipfs.animeui.com"
private val ipfsUrl = "https://gboesk298le91ct41kibaonc7o.ingress.akashprovid.com"

override val lang = "all"

Expand Down

0 comments on commit d9a5eae

Please sign in to comment.