Update mainsite (#279)

This commit is contained in:
szechnaya 2023-09-17 14:16:09 +07:00 committed by GitHub
parent e8a70803d9
commit 342d3b59a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import org.jsoup.Jsoup
import org.jsoup.nodes.Element
class OtakudesuProvider : MainAPI() {
override var mainUrl = "https://otakudesu.lol"
override var mainUrl = "https://otakudesu.wiki"
override var name = "Otakudesu"
override val hasMainPage = true
override var lang = "id"
@ -281,4 +281,4 @@ class Moedesu : JWPlayer() {
class DesuBeta : JWPlayer() {
override val name = "DesuBeta"
override val mainUrl = "https://desustream.me/beta/"
}
}