Fix DramaCool source

This commit is contained in:
Your Name 2024-11-23 15:11:01 +08:00
parent 9c9dc081e1
commit 18dc21d506
2 changed files with 2 additions and 2 deletions

View file

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