forked from AlmightyHak/extensions-source
Fix DramaCool source (#386)
Co-authored-by: Your Name <you@example.com>
This commit is contained in:
parent
9c9dc081e1
commit
1ab07e1902
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue