Update domain Yurineko (#5895)

Update domain yurineko
This commit is contained in:
are-are-are 2024-11-07 18:22:34 +07:00 committed by GitHub
parent 74b16128b5
commit 2670931a56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:host="yurineko.net"
<data android:host="yurineko.moe"
android:scheme="https" />
<data android:pathPattern="/manga/..*" />

View File

@ -1,7 +1,7 @@
ext {
extName = 'YuriNeko'
extClass = '.YuriNeko'
extVersionCode = 3
extVersionCode = 4
isNsfw = true
}

View File

@ -32,13 +32,13 @@ class YuriNeko : HttpSource() {
override val name = "YuriNeko"
override val baseUrl = "https://yurineko.net"
override val baseUrl = "https://yurineko.moe"
override val lang = "vi"
override val supportsLatest = false
private val apiUrl = "https://api.yurineko.net"
private val apiUrl = "https://api.yurineko.moe"
override val client = network.cloudflareClient.newBuilder()
.rateLimit(3, 1, TimeUnit.SECONDS)