Skip to content

Commit 45645b0

Browse files
committed
update comment
1 parent 65d888f commit 45645b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ public static String getAndroidUserAgent(@Nullable final Localization localizati
14121412
*/
14131413
@Nonnull
14141414
public static String getIosUserAgent(@Nullable final Localization localization) {
1415-
// Spoofing an iPhone 16 Pro Max running iOS 17.5.1 with the hardcoded version of the iOS app
1415+
// Spoofing an iPhone 16 Pro Max running iOS 18.1.0 with the hardcoded version of the iOS app
14161416
return "com.google.ios.youtube/" + IOS_YOUTUBE_CLIENT_VERSION
14171417
+ "(" + IOS_DEVICE_MODEL + "; U; CPU iOS "
14181418
+ IOS_USER_AGENT_VERSION + " like Mac OS X; "

0 commit comments

Comments
 (0)