We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ff057 commit 545cb3bCopy full SHA for 545cb3b
1 file changed
Files/Download.x
@@ -203,8 +203,8 @@ static NSString *YouModYouTubeCookiesString(void) {
203
}
204
205
static NSString *YouModNativeUserAgent(void) {
206
- NSString *version = @"18.18.2";
207
- NSString *sysVersion = [[UIDevice currentDevice].systemVersion stringByReplacingOccurrencesOfString:@"." withString:@"_"] ?: @"17_4";
+ NSString *version = @"21.17.3";
+ NSString *sysVersion = [[UIDevice currentDevice].systemVersion stringByReplacingOccurrencesOfString:@"." withString:@"_"] ?: @"26_4";
208
return [NSString stringWithFormat:@"com.google.ios.youtube/%@ (iPhone; CPU iPhone OS %@ like Mac OS X)", version, sysVersion];
209
210
0 commit comments