Features
- The optional parameter
preserve_formatting
has been added toYouTubeTranscriptApi.get_transcript
,YouTubeTranscriptApi.get_transcripts
, andTranscript.fetch
. If this is set toTrue
, 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.