switch back to ANDROID client

This commit is contained in:
Emilien Devos 2024-10-06 20:12:03 +02:00
parent 53e8a5d62d
commit 61e85e3921

View File

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