From 1c45d4e24044a86f0d5ab629d36c9fa1be07d1c5 Mon Sep 17 00:00:00 2001 From: litetex <40789489+litetex@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:41:15 +0100 Subject: [PATCH] Fix incorrect iPhone model --- .../extractor/services/youtube/YoutubeParsingHelper.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java index 8e23f1912..0cc9391be 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java @@ -213,7 +213,8 @@ public final class YoutubeParsingHelper { "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"; /** - * The device machine id for the iPhone 15, used to get 60fps with the {@code iOS} client. + * The device machine id for the iPhone 15 Pro Max, + * used to get 60fps with the {@code iOS} client. * *
* See this GitHub Gist for more