Domain Update for DonghuaStream (#423)

This commit is contained in:
Phisher98 2024-12-11 01:03:10 +05:30 committed by GitHub
parent a624fb25ea
commit 927f9c68fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@ ext {
extName = 'DonghuaStream'
extClass = '.DonghuaStream'
themePkg = 'animestream'
baseUrl = 'https://donghuastream.co.in'
overrideVersionCode = 6
baseUrl = 'https://donghuastream.org'
overrideVersionCode = 7
}
apply from: "$rootDir/common.gradle"

View file

@ -8,7 +8,7 @@ import eu.kanade.tachiyomi.multisrc.animestream.AnimeStream
class DonghuaStream : AnimeStream(
"en",
"DonghuaStream",
"https://donghuastream.co.in",
"https://donghuastream.org",
) {
override val fetchFilters: Boolean
get() = false