Skip to content

Commit

Permalink
Add vertical video itags
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Dec 13, 2024
1 parent 33be7e2 commit 4601830
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/lib/youtube_plugin/youtube/helper/stream_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,16 @@ class StreamInfo(YouTubeRequestClient):
'248': {'container': 'webm',
'dash/video': True,
'video': {'height': 1080, 'codec': 'vp9'}},
'779': {'container': 'webm',
'title': '1080p vertical',
'dash/video': True,
'fps': 30,
'video': {'height': 480, 'width': 1080, 'codec': 'vp9'}},
'780': {'container': 'webm',
'title': 'Premium 1080p vertical',
'dash/video': True,
'fps': 30,
'video': {'height': 480, 'width': 1080, 'codec': 'vp9'}},
'264': {'container': 'mp4',
'dash/video': True,
'video': {'height': 1440, 'codec': 'h.264'}},
Expand Down

0 comments on commit 4601830

Please sign in to comment.