Releases: lavalink-devs/youtube-source
Releases · lavalink-devs/youtube-source
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/playlist
type mix links. (@devoxin) - (
common
,v2
,plugin
) Fixed parsing search results for theMWEB
client (@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
OK
playability status (@devoxin)
1.10.2
Fixes
- Fixed
ANDROID
playback (@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
ANDROID
andIOS
clients. (@JirayuSrisawat-Github)
Additions
- Added
MWEB
client. (@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
400
response errors (@JirayuSrisawat-Github)
Additions
- Added
ANDROID_VR
client and deprioritisedTVHTML5EMBEDDED
(@apex2504)
Changes
- Made exceptions originating from disabled client options 'cheap' to throw (@devoxin)
1.8.3
1.8.2
Fixes
- Fix another possible recursion problem by correctly passing
playabilityStatus
toloadTrackInfoFromInnertube
during recursion. (@taraskondratiuk)