Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

v1.4.3 More To The Story

Compare
Choose a tag to compare
@alexmercerind alexmercerind released this 24 Mar 11:40
· 184 commits to main since this release

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.