From 7322d045cdfc6ffa1f18997e5a76077f6971adc2 Mon Sep 17 00:00:00 2001 From: MoojMidge <56883549+MoojMidge@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:59:21 +1100 Subject: [PATCH] Update itags for 30fps HLS VP9.2 streams --- .../youtube/helper/stream_info.py | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/resources/lib/youtube_plugin/youtube/helper/stream_info.py b/resources/lib/youtube_plugin/youtube/helper/stream_info.py index 6b3df2fcc..85bce026e 100644 --- a/resources/lib/youtube_plugin/youtube/helper/stream_info.py +++ b/resources/lib/youtube_plugin/youtube/helper/stream_info.py @@ -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,