Skip to content

Commit

Permalink
Update itags for 30fps HLS VP9.2 streams
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Nov 15, 2024
1 parent 5b58245 commit 24f495c
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions resources/lib/youtube_plugin/youtube/helper/stream_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,46 @@ class StreamInfo(YouTubeRequestClient):
'hls/video': True,
'fps': 60,
'video': {'height': 2160, 'codec': 'vp9'}},
'631': {'container': 'hls',
'title': '144p',
'hls/video': True,
'hdr': True,
'video': {'height': 144, 'codec': 'vp9.2'}},
'632': {'container': 'hls',
'title': '240p',
'hls/video': True,
'hdr': True,
'video': {'height': 240, 'codec': 'vp9.2'}},
'633': {'container': 'hls',
'title': '360p',
'hls/video': True,
'hdr': True,
'video': {'height': 360, 'codec': 'vp9.2'}},
'634': {'container': 'hls',
'title': '480p',
'hls/video': True,
'hdr': True,
'video': {'height': 480, 'codec': 'vp9.2'}},
'635': {'container': 'hls',
'title': '720p',
'hls/video': True,
'hdr': True,
'video': {'height': 720, 'codec': 'vp9.2'}},
'636': {'container': 'hls',
'title': '1080p',
'hls/video': True,
'hdr': True,
'video': {'height': 1080, 'codec': 'vp9.2'}},
'639': {'container': 'hls',
'title': '1440p',
'hls/video': True,
'hdr': True,
'video': {'height': 1440, 'codec': 'vp9.2'}},
'642': {'container': 'hls',
'title': '4k',
'hls/video': True,
'hdr': True,
'video': {'height': 2160, 'codec': 'vp9.2'}},
'9994': {'container': 'hls',
'title': 'Adaptive HLS',
'hls/audio': True,
Expand Down

0 comments on commit 24f495c

Please sign in to comment.