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,