Koharu: Update domain, change name to SchaleNetwork (#5916)

This commit is contained in:
eientei95 2024-11-08 00:37:08 +13:00 committed by GitHub
parent a6d2df2316
commit 657a9d14fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Koharu'
extName = 'SchaleNetwork'
extClass = '.Koharu'
extVersionCode = 8
extVersionCode = 9
isNsfw = true
}

View File

@ -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.")