forked from AlmightyHak/extensions-source
Fix DramaCool Extension + Anisama Extension (#279)
Fix DramaCool Extension + Anisama Extension
This commit is contained in:
commit
154bc9f5a2
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'DramaCool'
|
extName = 'DramaCool'
|
||||||
extClass = '.DramaCool'
|
extClass = '.DramaCool'
|
||||||
extVersionCode = 49
|
extVersionCode = 50
|
||||||
}
|
}
|
||||||
|
|
||||||
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://dramacool.com.pa"
|
override val baseUrl = "https://asianc.sh/"
|
||||||
|
|
||||||
override val lang = "en"
|
override val lang = "en"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'AniSama'
|
extName = 'AniSama'
|
||||||
extClass = '.AniSama'
|
extClass = '.AniSama'
|
||||||
extVersionCode = 7
|
extVersionCode = 8
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -40,7 +40,7 @@ class AniSama : ParsedAnimeHttpSource(), ConfigurableAnimeSource {
|
||||||
|
|
||||||
override val name = "AniSama"
|
override val name = "AniSama"
|
||||||
|
|
||||||
override val baseUrl = "https://animesz.xyz"
|
override val baseUrl = "https://v1.animesz.xyz"
|
||||||
|
|
||||||
override val lang = "fr"
|
override val lang = "fr"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue