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

    Interface SearchOptions

    interface SearchOptions {
        fuzzy?: boolean;
        language?: string;
        limit?: number;
        source?: {
            deezer?: "playlist" | "track" | "album";
            soundcloud?: "tracks" | "playlists" | "albums";
            spotify?: "playlist" | "track" | "album";
            youtube?: "video" | "playlist" | "channel";
        };
        unblurNSFWThumbnails?: boolean;
    }
    Index
    fuzzy?: boolean
    language?: string
    limit?: number
    source?: {
        deezer?: "playlist" | "track" | "album";
        soundcloud?: "tracks" | "playlists" | "albums";
        spotify?: "playlist" | "track" | "album";
        youtube?: "video" | "playlist" | "channel";
    }
    unblurNSFWThumbnails?: boolean

    !!! Before enabling this for public servers, please consider using Discord features like NSFW channels as not everyone in your server wants to see NSFW images. !!! Unblurred images will likely have different dimensions than specified in the YouTubeThumbnail objects.