Skip to content

Commit 1c45d4e

Browse files
committed
Fix incorrect iPhone model
1 parent cca3e3f commit 1c45d4e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ private YoutubeParsingHelper() {
213213
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";
214214

215215
/**
216-
* The device machine id for the iPhone 15, used to get 60fps with the {@code iOS} client.
216+
* The device machine id for the iPhone 15 Pro Max,
217+
* used to get 60fps with the {@code iOS} client.
217218
*
218219
* <p>
219220
* See <a href="https://gist.github.com/adamawolf/3048717">this GitHub Gist</a> for more

0 commit comments

Comments
 (0)