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

    Interface ChannelCollaborator

    A single channel credited on a collaboration video/playlist.

    interface ChannelCollaborator {
        id: string | null;
        name: string | null;
        url: string;
    }
    Index
    id: string | null

    YouTube Channel ID.

    name: string | null

    YouTube Channel Title.

    url: string

    YouTube Channel Url.