Force-quit / Botlis

This is (mainly) a music bot. We will not be deploying it on public servers.
5 stars 2 forks source link

YouTube URLs with more than the video id in their query parameters will fail to load #35

Open CmD0 opened 7 months ago

CmD0 commented 7 months ago

The command:

/play url: https://www.youtube.com/watch?v=JrP_IUl-iZA&ab_channel=Mara

will fail to load, most likely because JrP_IUl-iZA&ab_channel=Mara is not a valid video ID since we don't check for multiple parameters.

Potential solution: Just REGEX better