mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +00:00
Document that chapter end_time is optional
This commit is contained in:
parent
d976ef4dac
commit
849669dbed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user