Skip to content

Commit

Permalink
Actualización de cliente IOS, basado en "Player fixes z-huang#1789" d…
Browse files Browse the repository at this point in the history
…e gechoto
  • Loading branch information
josprox committed Jan 31, 2025
1 parent 5353226 commit 155d777
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ data class YouTubeClient(

val IOS = YouTubeClient(
clientName = "IOS",
clientVersion = "19.45.4",
clientVersion = "20.03.02",
clientId = "5",
userAgent = "com.google.ios.youtube/19.45.4 (iPhone16,2; U; CPU iOS 18_1_0 like Mac OS X;)",
osVersion = "18.1.0.22B83",
userAgent = "com.google.ios.youtube/20.03.02 (iPhone16,2; U; CPU iOS 18_2_1 like Mac OS X;)",
osVersion = "18.2.1.22C161",
)
}
}

0 comments on commit 155d777

Please sign in to comment.