[Doujindesu] change domain to Doujindesu.xxx (#10269)
* Updated Version * Changed extension domain to .xxx instead of .id
This commit is contained in:
parent
431f22913c
commit
b75d315b52
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'DoujinDesu'
|
||||
pkgNameSuffix = 'id.doujindesu'
|
||||
extClass = '.DoujinDesu'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue