0.2.0
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.