Skip to content

v0.6.0

Compare
Choose a tag to compare
@jdepoix jdepoix released this 17 Apr 13:51
· 63 commits to master since this release

Features

  • The optional parameter preserve_formatting has been added to YouTubeTranscriptApi.get_transcript, YouTubeTranscriptApi.get_transcripts, and Transcript.fetch. If this is set to True, formatting elements such as <i> (italics) and <b> (bold) are no longer removed from the transcript. (thanks to @eseiver!)
  • Using the URL of a YouTube video instead of it's video ID will no throw a InvalidVideoId exception.