forked from AlmightyHak/extensions-source
fix(all/sudatchi): Fixed all/Sudatchi source (#187)
This commit is contained in:
parent
268a4c5dd5
commit
d9a5eae2d9
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Sudatchi'
|
extName = 'Sudatchi'
|
||||||
extClass = '.Sudatchi'
|
extClass = '.Sudatchi'
|
||||||
extVersionCode = 3
|
extVersionCode = 4
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ class Sudatchi : AnimeHttpSource(), ConfigurableAnimeSource {
|
||||||
|
|
||||||
override val baseUrl = "https://sudatchi.com"
|
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"
|
override val lang = "all"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue