@iamtraction/play-dl
    Preparing search index...

    Interface VideoChapter

    interface VideoChapter {
        seconds: number;
        thumbnails: YouTubeThumbnail[];
        timestamp: string;
        title: string;
    }
    Index
    seconds: number

    The start of the chapter in seconds

    thumbnails: YouTubeThumbnail[]

    Thumbnails of the frame at the start of this chapter

    timestamp: string

    The timestamp of the start of the chapter

    title: string

    The title of the chapter