This repository was archived by the owner on Jun 30, 2022. It is now read-only.
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).
- Now can check
- Added
richThumbnail
to videos in the search result for getting preview WEBP (#62) - Fixed
StreamURLFetcher
to work with newer version of pytube.