Releases: lavalink-devs/youtube-source
Releases · lavalink-devs/youtube-source
1.11.5
Fixes
- (
common,v2,plugin) Capture dollar signs in JS variable naming in the signature decipher function (fixes "Must find actions from script") (@WeeeeeeeeeeS) - (
common,v2,plugin) Temporarily rewrite tce-variant player scripts to their non-tce counterparts. (@devoxin) - (
common,v2,plugin) Skip client if the video is unavailable or requires login in/youtube/streamendpoint (@aomkoyo)
1.11.4
1.11.3
Fixes
- (
common,v2,plugin) Fixed exception handling in audio tracks, which could've caused tracks to restart from the beginning if a client returned a faulty playback URL. (@devoxin) - (
common,v2,plugin) Fixed handling for/playlisttype mix links. (@devoxin) - (
common,v2,plugin) Fixed parsing search results for theMWEBclient (@devoxin)
1.11.2
1.11.1
1.11.0
Fixes
- Fixed sig cipher and n function extraction for new player scripts (@devoxin)
- Fixed videos sometimes being incorrectly detected as livestreams (@devoxin)
Additions
- Added TVHTML5 playback-only client (@devoxin)
Changes
- Attempt to load videos even if they don't have an
OKplayability status (@devoxin)
1.10.2
Fixes
- Fixed
ANDROIDplayback (@munishkhatri720)- ⚠ Whilst playback appears to work, this client is still considered volatile so use at your own risk.
Changes
- Removed duplicate "for" in error message. (@JirayuSrisawat-Github)
1.10.1
1.10.0
Fixes
- Fixed playlist loading for
ANDROIDandIOSclients. (@JirayuSrisawat-Github)
Additions
- Added
MWEBclient. (@devoxin)
Removals
- Removed deprecated clients (
ANDROID_TESTSUITE,MEDIA_CONNECT,ANDROID_LITE) (@JirayuSrisawat-Github)- ⚠ Check your client list and ensure you are no longer using these clients!
1.9.0
Fixes
- Fixed OAuth access token needlessly being applied to some requests causing
400response errors (@JirayuSrisawat-Github)
Additions
- Added
ANDROID_VRclient and deprioritisedTVHTML5EMBEDDED(@apex2504)
Changes
- Made exceptions originating from disabled client options 'cheap' to throw (@devoxin)