diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index 4356f9b8c..f39d94db3 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -387,6 +387,9 @@ class InfoExtractor: chapters: A list of dictionaries, with the following entries: * "start_time" - The start time of the chapter in seconds * "end_time" - The end time of the chapter in seconds + (optional, defaults to the start_time of + the next chapter or the end of the video + if this is the last chapter) * "title" (optional, string) heatmap: A list of dictionaries, with the following entries: * "start_time" - The start time of the data point in seconds