mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
update Kuramanime domain
This commit is contained in:
parent
4a1597dc2f
commit
6fbdcf4edc
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 12
|
version = 13
|
||||||
|
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
|
|
|
@ -9,7 +9,7 @@ import org.jsoup.Jsoup
|
||||||
import org.jsoup.nodes.Element
|
import org.jsoup.nodes.Element
|
||||||
|
|
||||||
class KuramanimeProvider : MainAPI() {
|
class KuramanimeProvider : MainAPI() {
|
||||||
override var mainUrl = "https://kuramanime.net"
|
override var mainUrl = "https://kuramanime.xyz"
|
||||||
override var name = "Kuramanime"
|
override var name = "Kuramanime"
|
||||||
override val hasQuickSearch = false
|
override val hasQuickSearch = false
|
||||||
override val hasMainPage = true
|
override val hasMainPage = true
|
||||||
|
|
Loading…
Reference in a new issue