Fix DramaCool source (#386)

Co-authored-by: Your Name <you@example.com>
This commit is contained in:
krysanify 2024-11-24 00:49:34 +08:00 committed by GitHub
parent 9c9dc081e1
commit 1ab07e1902
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"