MattJeanes / YouTubeDL

.NET Core app for downloading and streaming YouTube videos as audio
8 stars 2 forks source link

Bump YoutubeExplode.Converter from 6.3.0 to 6.3.1 #73

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps YoutubeExplode.Converter from 6.3.0 to 6.3.1.

Changelog

Sourced from YoutubeExplode.Converter's 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<Cookie> initialCookies) and new YoutubeClient(HttpClient http, IReadOnlyList<Cookie> initialCookies). You will still need to obtain the cookies yourself (see the readme for some guidance), but YoutubeExplode will take care of generating the required headers and sending them with every request.

v6.2.17 (12-Jul-2023)

  • Changed the implementation of the HttpMessageHandler used by default in YoutubeClient from HttpClientHandler to SocketsHttpHandler on platforms that support it.
  • Fixed an issue where certain system playlist IDs were considered invalid, such as LL.

v6.2.16 (28-Jun-2023)

  • Fixed an issue where ClosedCaptionClient.WriteToAsync(...) and ClosedCaptionClient.DownloadAsync(...) produced invalid SRT timestamps for caption tracks that exceeded 24 hours in length.
  • [Converter] Fixed an issue where processing a video longer than 24 hours failed with an error or resulted in a deadlock.
  • [Converter] Reduced the amount of irrelevant output that is displayed as part of an error message when FFmpeg fails to process a video.

v6.2.15 (25-May-2023)

  • Fixed an issue where calling StreamClient.GetManifestAsync(...) failed on some videos with an error saying Could not get cipher manifest.

v6.2.14 (02-May-2023)

  • Fixed an issue where an attempt to read a media stream sometimes resulted in a 403 Forbidden error.

v6.2.13 (27-Apr-2023)

  • Improved support for older target frameworks via polyfills.

v6.2.12 (31-Mar-2023)

  • Fixed an issue where calling VideoClient.GetAsync(...) failed with Could not extract video upload date on certain videos.
  • Fixed an issue where retrieving metadata for a video that didn't have a title failed with Could not extract video title. This affected metadata obtained for specific videos, videos inside playlists, or channel uploads. Apparently, videos on YouTube may sometimes not have a title, which should not be considered an error.

v6.2.11 (24-Mar-2023)

  • Fixed an issue which caused the library to throw an exception when trying to use it in an application built with assembly trimming enabled.

v6.2.10 (17-Mar-2023)

  • Fixed an issue where trying to read a stream returned by StreamClient.GetAsync(...) resulted in an exception when targeting the legacy .NET Framework.

v6.2.9 (10-Mar-2023)

  • [Converter] Added support for providing more than 2 input streams, when using the manual overload of VideoClient.DownloadAsync(...). This allows you to download a video with multiple audio and/or video tracks, and switch between them in the player.

v6.2.8 (02-Mar-2023)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)