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 Draff
parent df8f486b8e
commit f871cdaf67
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
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.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" /> <category android:name="android.intent.category.BROWSABLE" />
<data android:host="yurineko.net" <data android:host="yurineko.moe"
android:scheme="https" /> android:scheme="https" />
<data android:pathPattern="/manga/..*" /> <data android:pathPattern="/manga/..*" />

View File

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

View File

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