Compare commits

..

No commits in common. "37334289a17fe09a8b6a53620cf04974c6a2c1b7" and "8b466461d096f028a1f83db8366bfbbbcb2129c8" have entirely different histories.

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.to"
override val mainUrl = "https://byteshare.net"
override val requiresReferer = false
override suspend fun getUrl(url: String, referer: String?): List<ExtractorLink> {
@ -20,4 +20,4 @@ open class ByteShare : ExtractorApi() {
)
return sources
}
}
}