mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
parent
74b16128b5
commit
2670931a56
@ -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/..*" />
|
||||
|
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'YuriNeko'
|
||||
extClass = '.YuriNeko'
|
||||
extVersionCode = 3
|
||||
extVersionCode = 4
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user