Fix DramaCool Extension + Anisama Extension (#279)

Fix DramaCool Extension + Anisama Extension
This commit is contained in:
Dark25 2024-09-25 22:14:15 +02:00 committed by GitHub
commit 154bc9f5a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
ext { ext {
extName = 'DramaCool' extName = 'DramaCool'
extClass = '.DramaCool' extClass = '.DramaCool'
extVersionCode = 49 extVersionCode = 50
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View file

@ -29,7 +29,7 @@ class DramaCool : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
// TODO: Check frequency of url changes to potentially // TODO: Check frequency of url changes to potentially
// add back overridable baseurl preference // add back overridable baseurl preference
override val baseUrl = "https://dramacool.com.pa" override val baseUrl = "https://asianc.sh/"
override val lang = "en" override val lang = "en"

View file

@ -1,7 +1,7 @@
ext { ext {
extName = 'AniSama' extName = 'AniSama'
extClass = '.AniSama' extClass = '.AniSama'
extVersionCode = 7 extVersionCode = 8
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View file

@ -40,7 +40,7 @@ class AniSama : ParsedAnimeHttpSource(), ConfigurableAnimeSource {
override val name = "AniSama" override val name = "AniSama"
override val baseUrl = "https://animesz.xyz" override val baseUrl = "https://v1.animesz.xyz"
override val lang = "fr" override val lang = "fr"