All Versions
81
Latest Version
Avg Release Cycle
20 days
Latest Release
-

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)
  • 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.
  • 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 the Video object. (Thanks @Tom PoLรกKoSz)
    • โž• Added Thumbnails property to the Playlist object. The playlist's thumbnail is the same as the thumbnail of its first video. If the playlist is empty, then this property is null. (Thanks @Halil)
  • 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)
  • 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.
  • v5.0.3 Changes

    • ๐Ÿ›  Fixed an issue where streams couldn't be extracted for some videos.