Skip to content

Commit 545cb3b

Browse files
authored
Update Download.x
1 parent a0ff057 commit 545cb3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Files/Download.x

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ static NSString *YouModYouTubeCookiesString(void) {
203203
}
204204

205205
static NSString *YouModNativeUserAgent(void) {
206-
NSString *version = @"18.18.2";
207-
NSString *sysVersion = [[UIDevice currentDevice].systemVersion stringByReplacingOccurrencesOfString:@"." withString:@"_"] ?: @"17_4";
206+
NSString *version = @"21.17.3";
207+
NSString *sysVersion = [[UIDevice currentDevice].systemVersion stringByReplacingOccurrencesOfString:@"." withString:@"_"] ?: @"26_4";
208208
return [NSString stringWithFormat:@"com.google.ios.youtube/%@ (iPhone; CPU iPhone OS %@ like Mac OS X)", version, sysVersion];
209209
}
210210

0 commit comments

Comments
 (0)