Skip to content

Commit 2089fe5

Browse files
committed
Add missing parameter for 60fps.
1 parent f638e56 commit 2089fe5

File tree

1 file changed

+1
-1
lines changed
  • extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class ItagItem {
5858
new ItagItem(266, VIDEO_ONLY, MPEG_4, "2160p"),
5959
new ItagItem(402, VIDEO_ONLY, MPEG_4, "4320p"), // can be 4320p60 as well
6060
new ItagItem(571, VIDEO_ONLY, MPEG_4, "4320p"), // can be 4320p60 HDR as well (1La4QzGeaaQ)
61-
new ItagItem(402, VIDEO_ONLY, MPEG_4, "4320p60"),
61+
new ItagItem(402, VIDEO_ONLY, MPEG_4, "4320p60", 60),
6262

6363
new ItagItem(278, VIDEO_ONLY, WEBM, "144p"),
6464
new ItagItem(242, VIDEO_ONLY, WEBM, "240p"),

0 commit comments

Comments
 (0)