mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-16 16:56:27 +00:00
[extractor/youtube] More metadata for storyboards (#4334)
Authored by: ftk
This commit is contained in:
@@ -3340,6 +3340,9 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
'url': url,
|
||||
'width': width,
|
||||
'height': height,
|
||||
'fps': frame_count / duration,
|
||||
'rows': rows,
|
||||
'columns': cols,
|
||||
'fragments': [{
|
||||
'url': url.replace('$M', str(j)),
|
||||
'duration': min(fragment_duration, duration - (j * fragment_duration)),
|
||||
|
Reference in New Issue
Block a user