Skip to content

Releases: lavalink-devs/youtube-source

1.8.3

26 Sep 17:21
1ef9ebf
Compare
Choose a tag to compare

Fixes

  • Fixed an issue where livestreams could error when trying to extract SequenceInfo, if it had not been received yet.
  • Fixed an issue with videos being incorrectly detected as livestreams.

1.8.2

23 Sep 19:23
2d88c29
Compare
Choose a tag to compare

Fixes

  • Fix another possible recursion problem by correctly passing playabilityStatus to loadTrackInfoFromInnertube during recursion. (@taraskondratiuk)

1.8.1

22 Sep 21:34
f64f795
Compare
Choose a tag to compare

Fixes

  • Make TVHTML5EMBEDDED's isEmbedded() getter return true.
  • Fix possible recursion problem when loading track information from the Innertube API.
    • This likely only occurs if a client incorrectly has its isEmbedded method return false. Providing or omitting embedded client fields in the payload of embedded clients makes almost no difference to the response Innertube returns so additional provisions have been included to handle this to prevent these kinds of recursion issues in future.

1.8.0

17 Sep 21:55
Compare
Choose a tag to compare

Additions

Fixes

  • (common, v2, plugin) Tentatively fixed null author fields, which caused serialization errors in the plugin. (@devoxin)
    • Additionally, there is now logging for this which notes down the response JSON and the client responsible for the impartial metadata to aid in debugging in future.

Changes

  • (common, v2, plugin) poToken is now applied to the WebEmbedded client. (@KagChi)

1.7.2

23 Aug 23:41
978efc6
Compare
Choose a tag to compare

Fixes

  • (common, v2, plugin) Fixed detection of livestreams (also fixes livestream playback).

1.7.1

20 Aug 13:35
3746930
Compare
Choose a tag to compare

Fixes

  • (plugin) Fixed REST routes not being registered. You can now update refreshToken, poToken and visitorData without needing to reboot your Lavalink nodes.

1.7.0

19 Aug 23:22
e3f00f4
Compare
Choose a tag to compare

Additions

  • (common, v2, plugin) Implement support for OAuth2 (account authentication).

1.6.0

14 Aug 16:52
52415db
Compare
Choose a tag to compare

Additions

  • (common, v2, plugin) Added support for specifying poToken. (@devoxin)
  • (common, v2, plugin) Added WEBEMBEDDED client. (@devoxin)

Fixes

  • (common, v2, plugin) Fixed a NullPointerException in YoutubeAudioTrack. (@Nansess)
  • (common, v2, plugin) Fixed an issue where HTTP interface attributes weren't being set for some requests. (@devoxin)

1.5.2

06 Aug 23:05
5b2c08a
Compare
Choose a tag to compare

Fixes

  • (common, v2, plugin) Fixed N function regex to detect latest patterns. (Yep, there's more)

1.5.1

31 Jul 22:46
a9f0176
Compare
Choose a tag to compare

Fixes

  • (common, v2, plugin) Fixed N function regex to detect latest patterns.
    • Potentially resolves new wave of 403 errors.