aquelemiguel / parrot

🦜 A hassle-free, highly performant, self-hosted Discord music bot with YouTube and Spotify support. Powered by yt-dlp.
MIT License
136 stars 44 forks source link

Enqueuing playlists: skip songs that cannot be added #243

Closed jheuel closed 1 year ago

jheuel commented 1 year ago

This pull request changes the behaviour when enqueuing playlists. If there is a problem while enqueuing a track of a playlist the problematic song is skipped instead of canceling the whole process. Also the mask for playlists in the YouTube::extract function was changed to match more playlist links.

joao-conde commented 1 year ago

Thanks for the contribution @jheuel

I think it makes perfect sense to try to enqueue the other songs.