Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57a150c

Browse files
committed
plugins.youtube: Remove itag 303
1080p60 video/webm format that doesn't work example video: https://www.youtube.com/watch?v=9lb0gZRO2Go closes streamlink#2694
1 parent 2e4a782 commit 57a150c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/streamlink/plugins/youtube.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ class YouTube(Plugin):
148148

149149
adp_video = {
150150
137: "1080p",
151-
303: "1080p60", # HFR
152151
299: "1080p60", # HFR
153152
264: "1440p",
154153
308: "1440p60", # HFR

0 commit comments

Comments
 (0)