2021-09-09 16:30:14 +05:30
..
2021-09-09 16:30:14 +05:30
2021-09-07 17:10:20 +05:30
2021-09-05 21:21:51 +05:30

Play-dl commands

For source specific commands :-

Validate

validate(url : string)

This checks all type of urls that are supported by play-dl.

Returns : sp_track | sp_album | sp_playlist | yt_video | yt_playlist | false

sp = Spotify

yt = YouTube

let check = validate(url)

if(!check) // Invalid URL

if(check === 'yt_video') // YouTube Video

if(check === 'sp_track') // Spotify Track