Function getYouTubeVideoTranscriptByURL

  • Gets the English transcript of a YouTube video specified by its URL.

    Parameters

    • videoURL: string

      The URL of the YouTube video.

    Returns Promise<string>

    A promise resolving to the transcript as a string, or "No transcript available." if there is no transcript.

Generated using TypeDoc