From 61e85e39215da6c3248ddff67402e214cfce3ba3 Mon Sep 17 00:00:00 2001 From: Emilien Devos <4016501+unixfox@users.noreply.github.com> Date: Sun, 6 Oct 2024 20:12:03 +0200 Subject: [PATCH] switch back to ANDROID client --- src/invidious/videos/parser.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/videos/parser.cr b/src/invidious/videos/parser.cr index 811a0a03..940f1186 100644 --- a/src/invidious/videos/parser.cr +++ b/src/invidious/videos/parser.cr @@ -120,7 +120,7 @@ def extract_video_info(video_id : String) # decrypted URLs and maybe fix throttling issues (#2194). See the # following issue for an explanation about decrypted URLs: # https://github.com/TeamNewPipe/NewPipeExtractor/issues/562 - client_config.client_type = YoutubeAPI::ClientType::AndroidTestSuite + client_config.client_type = YoutubeAPI::ClientType::Android new_player_response = try_fetch_streaming_data(video_id, client_config) end