We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d888f commit 45645b0Copy full SHA for 45645b0
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java
@@ -1412,7 +1412,7 @@ public static String getAndroidUserAgent(@Nullable final Localization localizati
1412
*/
1413
@Nonnull
1414
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
+ // Spoofing an iPhone 16 Pro Max running iOS 18.1.0 with the hardcoded version of the iOS app
1416
return "com.google.ios.youtube/" + IOS_YOUTUBE_CLIENT_VERSION
1417
+ "(" + IOS_DEVICE_MODEL + "; U; CPU iOS "
1418
+ IOS_USER_AGENT_VERSION + " like Mac OS X; "
0 commit comments