MattJeanes / YouTubeDL

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

Bump YoutubeExplode from 5.1.3 to 5.1.8 #2

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps YoutubeExplode from 5.1.3 to 5.1.8.

Changelog

Sourced from YoutubeExplode's changelog.

v5.1.8 (25-Oct-2020)

  • Fixed numerous issues related to stream extraction caused by recent YouTube changes.
  • Improved memory usage when downloading streams.
  • Updated package icon. (Thanks @Khalid Abuhakmeh)

v5.1.7 (12-Oct-2020)

  • Added a specialized PlaylistUnavailableException that gets thrown when the requested playlist is private, doesn't exist, or otherwise unavailable. (Thanks @Brandon Wood)
  • Fixed an issue where streams without rate-limiting did not properly support seeking. (Thanks @Johnson Pan)

v5.1.6 (29-Sep-2020)

  • 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 (12-Sep-2020)

  • Fixed an issue where an exception was thrown when using video search. (Thanks @Mattia & @Unreal852)

v5.1.4 (14-Aug-2020)

  • 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.
Commits
  • 49fb98f Update version
  • db99c56 Improve resilience in player source URL extraction for embed pages too
  • 1aa1577 Make JSON extraction more resilient
  • 519093b Update sts extraction
  • cb726e8 Update player source extraction
  • 8c1aa6e Update readme
  • c639a73 Update github actions
  • 160a318 Cleanup and use buffer pooling
  • 08883e8 Refactor
  • 778f146 Improve GetHashCode() on string-based domain types
  • Additional commits viewable in compare view


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)