Skip to content

Commit

Permalink
innertube: update IOS client (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
gechoto authored Jan 26, 2025
1 parent f3eafa9 commit f739037
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 f739037

Please sign in to comment.