Features
- Added support for formatting
.srt
files using theSRTFormatter
(thanks to @liamrs222!) get_transcript
andget_transcripts
now assert that their input type is correct, as users commonly passed a video id (string) intoget_transcripts
although it expects a list. Since a string is an iterable the module tried to find a video for each character of that string, which failed with a not-so-helpful error message. (thanks to @majamil16!)