Koharu: Update domain, change name to SchaleNetwork (#5916)
This commit is contained in:
parent
4ab8d2b615
commit
9807d6c478
|
@ -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