mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
parent
a95fcfc9db
commit
da0be63b7c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ import com.lagradost.cloudstream3.utils.*
|
|||
|
||||
open class ByteShare : ExtractorApi() {
|
||||
override val name = "ByteShare"
|
||||
override val mainUrl = "https://byteshare.net"
|
||||
override val mainUrl = "https://byteshare.to"
|
||||
override val requiresReferer = false
|
||||
|
||||
override suspend fun getUrl(url: String, referer: String?): List<ExtractorLink> {
|
||||
|
|
Loading…
Reference in a new issue