Skip to content
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

Switch to alternative lavalink youtube source #1604

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>com.github.lavalink-devs</groupId>
<artifactId>lavaplayer-youtube-source</artifactId>
<version>1.0.4</version>
<groupId>dev.lavalink.youtube</groupId>
<artifactId>v2</artifactId>
<version>b2c8c070cdc4caa1fa93d0d7ac3f9d468bfa27a8-SNAPSHOT</version>
Copy link
Author

@emeric-morency emeric-morency Jun 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For reference, I found this version in an issue comment in their repo

Latest tag is 1.3.0, I can switch from the commit SNAPSHOT version to 1.3.0 if you prefer (even though it doesn't have the cookies fix), I didn't test it however as I didn't initially plan to open a PR with it.

</dependency>
<dependency>
<groupId>com.github.jagrosh</groupId>
Expand Down