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 cca3e3f commit 1c45d4eCopy full SHA for 1c45d4e
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java
@@ -213,7 +213,8 @@ private YoutubeParsingHelper() {
213
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";
214
215
/**
216
- * 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,
217
+ * used to get 60fps with the {@code iOS} client.
218
*
219
* <p>
220
* See <a href="https://gist.github.com/adamawolf/3048717">this GitHub Gist</a> for more
0 commit comments