mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
changed Wcofun domain
This commit is contained in:
parent
3044ac6d5a
commit
e11e1e8cb9
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 = 1
|
version = 2
|
||||||
|
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
|
|
|
@ -9,7 +9,7 @@ import org.jsoup.Jsoup
|
||||||
import org.jsoup.nodes.Element
|
import org.jsoup.nodes.Element
|
||||||
|
|
||||||
class WcofunProvider : MainAPI() {
|
class WcofunProvider : MainAPI() {
|
||||||
override var mainUrl = "https://www.wcofun.com"
|
override var mainUrl = "https://www.wcofun.net"
|
||||||
override var name = "WCO Fun"
|
override var name = "WCO Fun"
|
||||||
override val hasMainPage = true
|
override val hasMainPage = true
|
||||||
override val hasDownloadSupport = true
|
override val hasDownloadSupport = true
|
||||||
|
|
Loading…
Reference in a new issue