mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 11:42:47 +01:00
Koharu: Update domain, change name to SchaleNetwork (#5916)
This commit is contained in:
parent
a6d2df2316
commit
657a9d14fe
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Koharu'
|
||||
extName = 'SchaleNetwork'
|
||||
extClass = '.Koharu'
|
||||
extVersionCode = 8
|
||||
extVersionCode = 9
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -29,9 +29,11 @@ import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Koharu : HttpSource(), ConfigurableSource {
|
||||
override val name = "Koharu"
|
||||
override val name = "SchaleNetwork"
|
||||
|
||||
override val baseUrl = "https://koharu.to"
|
||||
override val id = 1484902275639232927
|
||||
|
||||
override val baseUrl = "https://schale.network"
|
||||
|
||||
private val apiUrl = baseUrl.replace("://", "://api.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user