forked from AlmightyHak/extensions-source
Domain Update for DonghuaStream (#423)
This commit is contained in:
parent
a624fb25ea
commit
927f9c68fd
2 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'DonghuaStream'
|
extName = 'DonghuaStream'
|
||||||
extClass = '.DonghuaStream'
|
extClass = '.DonghuaStream'
|
||||||
themePkg = 'animestream'
|
themePkg = 'animestream'
|
||||||
baseUrl = 'https://donghuastream.co.in'
|
baseUrl = 'https://donghuastream.org'
|
||||||
overrideVersionCode = 6
|
overrideVersionCode = 7
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -8,7 +8,7 @@ import eu.kanade.tachiyomi.multisrc.animestream.AnimeStream
|
||||||
class DonghuaStream : AnimeStream(
|
class DonghuaStream : AnimeStream(
|
||||||
"en",
|
"en",
|
||||||
"DonghuaStream",
|
"DonghuaStream",
|
||||||
"https://donghuastream.co.in",
|
"https://donghuastream.org",
|
||||||
) {
|
) {
|
||||||
override val fetchFilters: Boolean
|
override val fetchFilters: Boolean
|
||||||
get() = false
|
get() = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue