Skip to content

v0.5.0

Compare
Choose a tag to compare
@jdepoix jdepoix released this 26 Oct 10:14
· 42 commits to master since this release

Features

  • Added support for formatting .srt files using the SRTFormatter (thanks to @liamrs222!)
  • get_transcript and get_transcripts now assert that their input type is correct, as users commonly passed a video id (string) into get_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!)