skick1234 / DisTube

A powerful Discord.js module for simplifying music commands and effortless playback of various sources with integrated audio filters.
https://distube.js.org
MIT License
423 stars 94 forks source link

Distube#validateURL #70

Closed LackyPal closed 3 years ago

LackyPal commented 3 years ago

Something to check if this url can be played by distube or not

skick1234 commented 3 years ago

youtube-dl doesn't provide any functions to validate it (can use extractors name but its accuracy is not high).

You can use ytdl/ytpl for youtube url or _resolveSong() method to get the info and return false if there is an error.

But get the info with youtube-dl is quite slow that why I don't provide this feature.

LackyPal commented 3 years ago

Okey