pub type RequestBlocked = CouldNotRetrieveTranscript;Expand description
Type alias for when YouTube is blocking your request
Aliased Type§
pub struct RequestBlocked {
pub video_id: String,
pub reason: Option<CouldNotRetrieveTranscriptReason>,
}Fields§
§video_id: StringThe YouTube video ID that was being accessed
reason: Option<CouldNotRetrieveTranscriptReason>The specific reason why the transcript couldn’t be retrieved