X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/0f44636597636cfa9065ee2fa4b7308b203c6a8e..45e8a04e48fc83fb25c2b13f1c0e668b99838ad4:/yt_dlp/extractor/common.py diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index 216c10391..96cff9fb6 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -383,6 +383,10 @@ class InfoExtractor: section_start: Start time of the section in seconds section_end: End time of the section in seconds + The following fields should only be set for storyboards: + rows: Number of rows in each storyboard fragment, as an integer + columns: Number of columns in each storyboard fragment, as an integer + Unless mentioned otherwise, the fields should be Unicode strings. Unless mentioned otherwise, None is equivalent to absence of information.