ashwinstr / UX-jutsu

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

Bump youtube-search-python from 1.4.0 to 1.4.2 #8

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps youtube-search-python from 1.4.0 to 1.4.2.

Release notes

Sourced from youtube-search-python's releases.

v1.4.2 Little Things

This version update includes minor bug-fix

  • Fixed missing attribute exception in CustomSearch & Search classes of both async & sync versions.
  • Thanks to @​jacksonw765 for the bug report.

Thankyou

v1.4.1 Playlists Update

This new version of youtube-search-python adds:

  • A new Playlist class to get all the information about a playlist using link.
  • This new class has three static methods:
    • get: For getting all information about the playlist.
    • getInfo: For getting basic info about playlist.
    • getVideos: For getting only the videos present in the playlist.

Examples can be located in the README of the repository.

Thanks.

Commits
  • f865014 πŸ‘Œ Fixed missing attribute exception in CustomSearch & Search (#53)
  • e5301fc πŸ“„ Updated LICENSE
  • 0e08603 πŸ“– Added additional project information
  • c460092 πŸ“– Updated README
  • 7866ec0 πŸ“– Updated README
  • c2a8197 πŸ‘Œ Added Playlist class to get playlist info & videos
  • 0bdc248 ⚑ Added Playlist class with async support
  • 2e6d7d6 πŸ”§ Updated examples
  • cd0303f πŸ“– Updated documentation
  • b61967d πŸ”– Bumped version to v1.4.1
  • 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