diff --git a/Changelog.md b/Changelog.md index e1ee2f07..445484b4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## v6.3.1 (23-Jul-2023) + +- Fixed an issue where calling `StreamClient.GetManifestAsync(...)` failed on some videos with an error saying `The format of value is invalid`. + ## v6.3 (21-Jul-2023) - Added support for providing cookies directly to `YoutubeClient` with the help of two new constructor overloads: `new YoutubeClient(IReadOnlyList initialCookies)` and `new YoutubeClient(HttpClient http, IReadOnlyList initialCookies)`. You will still need to obtain the cookies yourself (see the [readme](https://github.com/Tyrrrz/YoutubeExplode/blob/6.3/Readme.md#authentication) for some guidance), but YoutubeExplode will take care of generating the required headers and sending them with every request. diff --git a/Directory.Build.props b/Directory.Build.props index f2e67d24..bf4b7b8b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 6.3 + 6.3.1 Tyrrrz Copyright (C) Oleksii Holub latest