Fix DramaCool Extension + Anisama Extension #279

Merged
mobby45 merged 6 commits from main into main 2024-09-25 15:14:15 -05:00
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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