BeautifulReport
BeautifulReport copied to clipboard
Bump youtube-search-python from 1.4.2 to 1.4.5
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
beingnull
inVideosSearch
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 callgetNextVideos
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 StreamURLFetcherff68f0d
🔖 Bumped version to 1.4.515b4bb4
📌 Merge pull request #67 from mytja/maineff5bd7
Updated non-working import of PyTube8f4a2f8
📖 Updated README1d51610
👌 Updated async Playlist class to have getNextVideos0ec5120
Bumped version to v1.4.32858b49
Updated documentation61c4503
Updated Playlist class to get more than 100 videos (#55)648fde3
Updated examples- Additional commits viewable in compare view
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