Get transcript summaries of Web videos.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
507 B

  1. export class FetchTranscriptError extends Error {}
  2. export class InvalidVideoIdError extends FetchTranscriptError {}
  3. export class CannotRetrieveVideoPageError extends FetchTranscriptError {}
  4. export class InnerTubeApiKeyMissingError extends FetchTranscriptError {}
  5. export class FetchTranscriptRequestFailureError extends FetchTranscriptError {}
  6. export class InvalidTranscriptResponseContextError extends FetchTranscriptError {}
  7. export class InvalidTranscriptActionsError extends FetchTranscriptError {}