

anslation_languages which give us a list of languages the transcript can be translated to.transcript.is_translatable tells whether this transcript can be translated or not.transcript.is_generated tell us whether it has been manually created or generated by YouTube.transcript.language_code returns us the language code of the transcript, for example, “en” for English, etc.transcript.language returns us the language of the transcript._id returns us the video ID of the video.Next, we use functions to fetch some data about the transcript from the metadata obtained.

It returns the TranscriptList object which is iterable and provides methods to filter the list of transcripts for specific languages and types. This function returns us all the transcripts of all the languages available for the video.

