-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add alias for loading YouTube Music albums #11
Comments
Doesn't this already exist inside the code? YouTube Music Albums are not different from YouTube Playlists? |
Hey, pardon, I just updated the issue. Its true lavaplayer can load Yes, we can indeed find out the redirected url ourselves. But i think lavaplayer still should support this url alias. |
I tried solving this thing sadly couldn't do much. Since there is no active redirect but rather a location change via js. But it seems like if you get past the consent page that loads first you should be able to just check if there is any entry for
Because the playlist id is written into the site. |
Lavaplayer does support loading YouTube Music album/playlist only if its in a correct form.
Currently lavaplayer doesn't support loading this type of youtube music album urls.
Here's an example album url (/browse): https://music.youtube.com/browse/MPREb_d8mqe4d4UR0
Lavaplayer will just raise error upon passing this album url. (which eventually redirects to actual playlist url upon clicking manually)
The text was updated successfully, but these errors were encountered: