Use another piped instance (#203)
This commit is contained in:
parent
b74517debb
commit
36d733a54d
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ object YouTube {
|
|||
return@runCatching playerResponse
|
||||
}
|
||||
|
||||
val audioStreams = client.get("https://pipedapi.kavin.rocks/streams/$videoId") {
|
||||
val audioStreams = client.get("https://watchapi.whatever.social/streams/$videoId") {
|
||||
contentType(ContentType.Application.Json)
|
||||
}.body<PipedResponse>().audioStreams
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue