Skip to content

Commit

Permalink
Update ByteShare.kt (#494)
Browse files Browse the repository at this point in the history
* Update ByteShare.kt
  • Loading branch information
Nexus-Gits committed Jun 30, 2023
1 parent a95fcfc commit da0be63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand All @@ -20,4 +20,4 @@ open class ByteShare : ExtractorApi() {
)
return sources
}
}
}

0 comments on commit da0be63

Please sign in to comment.