mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Updated SuperVideo extractor url from supervideo.tv to supervideo.cc (#1265)
This commit is contained in:
parent
c4ccc5d351
commit
4d3ab40093
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ data class Files(
|
||||||
|
|
||||||
open class Supervideo : ExtractorApi() {
|
open class Supervideo : ExtractorApi() {
|
||||||
override var name = "Supervideo"
|
override var name = "Supervideo"
|
||||||
override var mainUrl = "https://supervideo.tv"
|
override var mainUrl = "https://supervideo.cc"
|
||||||
override val requiresReferer = false
|
override val requiresReferer = false
|
||||||
override suspend fun getUrl(url: String, referer: String?): List<ExtractorLink>? {
|
override suspend fun getUrl(url: String, referer: String?): List<ExtractorLink>? {
|
||||||
val extractedLinksList: MutableList<ExtractorLink> = mutableListOf()
|
val extractedLinksList: MutableList<ExtractorLink> = mutableListOf()
|
||||||
|
|
Loading…
Reference in a new issue