[Doujindesu] change domain to Doujindesu.xxx (#10269)

* Updated Version

* Changed extension domain to .xxx instead of .id
This commit is contained in:
Moon Light「つかり」 2021-12-29 17:19:11 +07:00 committed by GitHub
parent 431f22913c
commit b75d315b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'DoujinDesu'
pkgNameSuffix = 'id.doujindesu'
extClass = '.DoujinDesu'
extVersionCode = 1
extVersionCode = 2
isNsfw = true
}

View File

@ -18,7 +18,7 @@ import java.util.Locale
class DoujinDesu : ParsedHttpSource() {
// Information : DoujinDesu use EastManga WordPress Theme
override val name = "Doujindesu"
override val baseUrl = "https://doujindesu.id"
override val baseUrl = "https://doujindesu.xxx"
override val lang = "id"
override val supportsLatest = true
override val client: OkHttpClient = network.cloudflareClient