Skip to content

Commit

Permalink
switch back to ANDROID client
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed Oct 6, 2024
1 parent 53e8a5d commit 61e85e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invidious/videos/parser.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 61e85e3

Please sign in to comment.