ashwinstr / UX-jutsu

GNU General Public License v3.0
38 stars 131 forks source link

Bump youtube-search-python from 1.4.9 to 1.5.1 #36

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps youtube-search-python from 1.4.9 to 1.5.1.

Release notes

Sourced from youtube-search-python's releases.

v1.5.1 - Patches to Core classes

What's Changed

New Contributors

Full Changelog: https://github.com/alexmercerind/youtube-search-python/compare/v1.5.0...v1.5.1

Big thanks

Thanks to @​Zocker1999NET for spotting major issues in our new Core classes that got around CI.

v1.5.0 - Migration to core classes

What's Changed

Full Changelog: https://github.com/alexmercerind/youtube-search-python/compare/v1.4.9...v1.5.0

What do new Core classes bring

  • Better code reuse - now when we patch sync classes, we automatically patch async classes
  • Rewrite and removal of unused functions
  • Migration to HTTPX for whole library
Commits
  • 4514122 Fixes to Playlist class - get more videos - Resolves #135
  • da8212a Merge pull request #136 from Zocker1999NET/patch-2
  • be7f6f6 Merge pull request #137 from Zocker1999NET/add-values-to-extract
  • e784a38 Video: Add duration, allowRatings, isLiveContent and isLiveNow
  • 288d626 futures/extras: Add missing import copy
  • b90085b extras.py: Add missing import copy
  • 23e2f4e Pass
  • 71560eb Install dependencies change
  • c0c7a75 :bookmark: Bump version to 1.5.0
  • 5703160 Better error handling when signature applying fails
  • 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)