Fix DramaCool source #386

Merged
krysanify merged 1 commit from main into main 2024-11-23 10:49:35 -06:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
ext { ext {
extName = 'DramaCool' extName = 'DramaCool'
extClass = '.DramaCool' extClass = '.DramaCool'
extVersionCode = 50 extVersionCode = 51
} }
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://asianc.sh/" override val baseUrl = "https://asianc.co/"
override val lang = "en" override val lang = "en"