ashwinstr / UX-jutsu

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

Bump youtube-search-python from 1.4.2 to 1.4.3 #11

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps youtube-search-python from 1.4.2 to 1.4.3.

Release notes

Sourced from youtube-search-python's releases.

v1.4.3 More To The Story

This new version of youtube-search-python adds:

  • Advancements to Playlist class.
    • Now can check hasMoreVideos bool to see if playlist contains more than videos. If playlist has more videos, then you can call getNextVideos method to fetch more videos.
    • YouTube offers only 100 videos in a single request, for getting more videos present in the playlist. (#55).
  • Added richThumbnail to videos in the search result for getting preview WEBP (#62)
  • Fixed StreamURLFetcher to work with newer version of pytube.
Commits
  • 1d51610 👌 Updated async Playlist class to have getNextVideos
  • 0ec5120 Bumped version to v1.4.3
  • 2858b49 Updated documentation
  • 61c4503 Updated Playlist class to get more than 100 videos (#55)
  • 648fde3 Updated examples
  • 293dd83 👌 Fixed StreamURLFetcher not working with new pytube version
  • dc0c6a0 👌 Added richThumbnail in Search/VideosSearch result
  • 7452292 ✒ Added Ko-fi page
  • 8254ba7 🔖 Bumped version to v1.4.2
  • 66f9366 👌 Bumped version for missing attribute exception fix in Search
  • See full diff 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