solaluset / DandelionMusic

Discord music bot written in Python that supports YouTube, SoundCloud, Spotify, Bandcamp, Twitter and custom files
GNU General Public License v3.0
42 stars 16 forks source link

Use yt-dlp IEs to identify links #73

Closed solaluset closed 8 months ago

solaluset commented 11 months ago

linkutils.identify_url and linkutils.identify_playlist should be reworked to use info extractors from yt-dlp where possible.

This will make detection more precise and may allow more sites to be supported.