Releases: lavalink-devs/youtube-source
Releases · lavalink-devs/youtube-source
1.1.0
- (
common
) Fix support for direct video ID lookup.
This release introduces a name change to the lldevs
module. It is now referred to as v2
.
Artifacts are now provided by the Lavalink maven server, so you can import them into your project like so:
repositories {
// snapshots are available under '/snapshots'
maven(url = "https://maven.lavalink.dev/releases")
}
dependencies {
implementation("dev.lavalink.youtube:<MODULE>:<VERSION>")
}
where <MODULE>
is, at the time of writing, one of common
, v2
or plugin
, and <VERSION>
is the desired version (usually latest, as denoted by this releases tab).
1.0.7
1.0.6
1.0.5
1.0.4
- Fixes an issue where loading a video with a
&list=WL
,&list=LL
,&list=LM
parameter would cause the source to returnThe playlist does not exist.
- NOTE: The source will now ignore these identifiers, under the assumption users will have copied links via the
share
feature from within these playlists, so the linked videos can still be loaded.
- NOTE: The source will now ignore these identifiers, under the assumption users will have copied links via the