Merge branch 'recloudstream:master' into master

This commit is contained in:
Sir Aguacata 2023-06-30 12:01:07 -07:00 committed by GitHub
commit 37334289a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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> {
@ -20,4 +20,4 @@ open class ByteShare : ExtractorApi() {
)
return sources
}
}
}