Use another piped instance (#203)

This commit is contained in:
vfsfitvnm 2022-08-12 14:30:50 +02:00
parent b74517debb
commit 36d733a54d

View file

@ -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