DramaCool: update baseUrl (#538)

This commit is contained in:
Wisest_wizard
2022-05-06 16:50:20 +05:30
committed by GitHub
parent 2d3cde3aec
commit 44c0347462
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'DramaCool'
pkgNameSuffix = 'en.dramacool'
extClass = '.DramaCool'
extVersionCode = 12
extVersionCode = 13
libVersion = '12'
}

View File

@ -32,7 +32,7 @@ class DramaCool : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
override val name = "DramaCool"
override val baseUrl = "https://www1.dramacool.fo"
override val baseUrl = "https://www.dramacool.ee"
override val lang = "en"