A New YouTube Feature
YouTube recently enabled the option to add chapters in YouTube videos.
This is done by simply adding the chapter timestamps (start time) in the description of the video.
Related Topics
Using youtube-dl/yt-dlp we can:
- download a portion of a YouTube video by providing the
start time
andduration
. - extract description of a YouTube video as
.description
files.
Question
Is there a single command to download chapters of a YouTube video as separate video files without providing the start time
and duration
rather it automatically extracts the timestamps from the .description
?