Skip to content

Commit

Permalink
update UqloadExtractor test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark25 committed Jul 27, 2024
1 parent 2f04612 commit a45dc46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class UqloadExtractor(private val client: OkHttpClient) {
?.takeIf { it.startsWith("http") }
?: return emptyList()

val videoHeaders = Headers.headersOf("Referer", "https://uqload.ws/")
val videoHeaders = Headers.headersOf("Referer", "https://uqload.co/")
val quality = if (prefix.isNotBlank()) "$prefix Uqload" else "Uqload"

return listOf(Video(videoUrl, quality, videoUrl, videoHeaders))
Expand Down

0 comments on commit a45dc46

Please sign in to comment.