Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Bump youtube-search-python from 1.4.2 to 1.4.5 #163

Open
wants to merge 1 commit into
base: alpha
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2021

Bumps youtube-search-python from 1.4.2 to 1.4.5.

Release notes

Sourced from youtube-search-python's releases.

v1.4.5 Few Addresses

  • Fixes non functionality with updated PyTube versions.
  • Fixes descriptionSnippet being null in VideosSearch result.

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
  • 8467eb8 👌 Fixed descriptionSnippet in VideoSearch & async StreamURLFetcher
  • ff68f0d 🔖 Bumped version to 1.4.5
  • 15b4bb4 📌 Merge pull request #67 from mytja/main
  • eff5bd7 Updated non-working import of PyTube
  • 8f4a2f8 📖 Updated README
  • 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
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Apr 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants