Skip to content

Commit e7ae54b

Browse files
authored
Update Download.x
1 parent 9e110cd commit e7ae54b

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 = @"21.17.3";
207-
NSString *sysVersion = [[UIDevice currentDevice].systemVersion stringByReplacingOccurrencesOfString:@"." withString:@"_"] ?: @"26_4";
206+
NSString *version = @"21.18.4";
207+
NSString *sysVersion = [[UIDevice currentDevice].systemVersion stringByReplacingOccurrencesOfString:@"." withString:@"_"] ?: @"18_7";
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)