Skip to content

0.2.0

Choose a tag to compare

@trldvix trldvix released this 12 Jun 23:56
· 57 commits to main since this release

Add bulk retrieval of transcripts for playlists and channels #5

Features

  • Bulk retrieval of transcripts for specific playlist (Requires YouTube V3 API Key.
  • Bulk retrieval of transcripts for specific channel (Requires YouTube V3 API Key.
  • Retrieval of video id from TranscriptList objects.
  • Retrieval of video id from TranscriptRetrievalException.

Breaking changes

  • Add 1 method to YoutubeClient, so if you were implementing your own, you will need to change your implementation.