All Versions
81
Latest Version
Avg Release Cycle
20 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v5.1.6 Changes
- ๐ Fixed an issue where some age-restricted videos were reported as unplayable, due to YouTube's recent changes.
- ๐ Fixed an issue with player config extraction for some videos.
-
v5.1.5 Changes
- ๐ Fixed an issue where an exception was thrown when using video search. (Thanks @Mattia & @Unreal852)
-
v5.1.4 Changes
- ๐ Fixed an issue where some age-restricted videos could not be played, due to a change in the way STS (signature timestamp) is formatted in the player source.
-
v5.1.3 Changes
- ๐ Improved performance in
VideoClient.GetAsync
. (Thanks @SnGmng) - ๐ Fixed an issue where an exception "Could not find signature decipherer definition body" was thrown, due to recent YouTube changes. (Thanks @Tymoteusz Jankowski and @OMANSAK)
- ๐ Improved performance in
-
v5.1.2 Changes
- โ Added overload for
SearchClient.GetVideosAsync()
that can be used to specify starting page and page count, if you only want a subset of results. (Thanks @Tom PoLรกKoSz) - ๐ Fixed an issue where an exception "Could not find signature decipherer definition body" was thrown, due to recent YouTube changes.
- โ Added overload for
-
v5.1.1 Changes
- ๐ Fixed an issue where age-restricted videos could not be downloaded.
- ๐ Fixed an issue where
PlatformNotSupportedException
was thrown when targeting Blazor WASM.
-
v5.1 Changes
- โ Added
ChannelId
property to theVideo
object. (Thanks @Tom PoLรกKoSz) - โ Added
Thumbnails
property to thePlaylist
object. The playlist's thumbnail is the same as the thumbnail of its first video. If the playlist is empty, then this property isnull
. (Thanks @Halil)
- โ Added
-
v5.0.5 Changes
- ๐ Fixed an issue where sometimes the content length of a stream was equal to
1
due to an error in parsing. - ๐ Fixed an issue where an exception was thrown on videos that contained unplayable media streams. These streams are now ignored.
- ๐ Fixed an issue where trying to get stream manifest on 360ยฐ videos resulted in an exception.
- ๐ Fixed an issue where
Engagement.ToString()
was incorrectly formatting likes and dislikes. (Thanks @bcook254)
- ๐ Fixed an issue where sometimes the content length of a stream was equal to
-
v5.0.4 Changes
- ๐ Fixed an issue where the search query was not correctly escaped in
SearchClient
. (Thanks @Calle) - ๐ Fixed an issue where an exception "The given key was not present in the dictionary" was thrown when trying to get streams for some videos, due to recent YouTube changes.
- ๐ Fixed an issue where the search query was not correctly escaped in
-
v5.0.3 Changes
- ๐ Fixed an issue where streams couldn't be extracted for some videos.