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.