All Downloader - v1.0.2-alpha
    Preparing search index...

    Interface Chapter

    Represents a chapter in the video.

    interface Chapter {
        count: number;
        end_time: number;
        start_time: number;
        title: string;
    }
    Index

    Properties

    count: number

    Sequence number of the chapter

    end_time: number

    End time of the chapter in seconds

    start_time: number

    Start time of the chapter in seconds

    title: string

    Title of the chapter