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

    Function dz_validate

    • Validates a Deezer URL

      Parameters

      • url: string

        The URL to validate

      Returns Promise<false | "search" | "playlist" | "track" | "album">

      The type of the URL either 'track', 'playlist', 'album', 'search' or false. false means that the provided URL was a wrongly formatted or an unsupported Deezer URL.