Type Alias NoTranscriptFound

Source
pub type NoTranscriptFound = CouldNotRetrieveTranscript;
Expand description

Type alias for when no transcript is found in the requested languages

Aliased Type§

pub struct NoTranscriptFound {
    pub video_id: String,
    pub reason: Option<CouldNotRetrieveTranscriptReason>,
}

Fields§

§video_id: String

The YouTube video ID that was being accessed

§reason: Option<CouldNotRetrieveTranscriptReason>

The specific reason why the transcript couldn’t be retrieved