-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Update lavaplayer youtube source to 1.5.2 #1655
Conversation
Is there a way to get the build of this without waiting for merge? |
Compile it yourself |
that worked. thanks! |
do you have any more info on how to compile from source? I downloaded the repository and updated pom.xml but not sure how to compile it to a jar file. |
basically what the previous person said, install maven on to your system, i used apt get on my ubuntu VM. Clone the repo, and run the command. don't over think it |
Thanks this worked! for any newbies like me, after you clone the repository and the maven command, you will use the /target/JMusicBot-Snapshot-All.jar file to run JMusicBot. |
|
Update lavaplayer youtube source to 1.5.2 (jagrosh#1655)
This pull request...
Description
Updates the youtube source to the latest 1.5.2 version
Purpose
Fixes 403 issues people are encountering as YouTube has changed the cipher script... again.
Relevant Issue(s)
Fixes #1651