About 68,500 results
Open links in new tab
  1. How to extract Youtube Video transcripts using Youtube API on Python

    Aug 8, 2023 · To extract YouTube video transcripts using the YouTube API in Python, you can use the library along with its class. This approach will help you obtain a clean, formatted transcript without …

  2. How to extract closed caption transcript from YouTube video?

    Mar 8, 2012 · 78 Here's how to get the transcript of a YouTube video (when available): Go to YouTube and open the video of your choice. Click on the "More actions" button (3 horizontal dots) located next …

  3. How to get "transcript" in youtube-api v3 - Stack Overflow

    Dec 27, 2012 · I have started using v3 of the YouTube apis on an android device, using the java client library. Some videos that I am interested in have transcripts that I can access on the web interface (like

  4. How to get YouTube transcript from any video - Stack Overflow

    Mar 14, 2023 · How to get YouTube transcript from any video Asked 2 years, 9 months ago Modified 5 months ago Viewed 6k times

  5. Getting YouTube auto-transcript from API? - Stack Overflow

    Mar 17, 2017 · Is it possible to pull the auto (non-user) generated video transcripts from any of the YouTube APIs?

  6. Fetching YouTube transcript data from a list of video_ids

    Dec 19, 2021 · I have a function that can fetch the transcript of a youtube video. (You don't have to understand every line)

  7. Youtube Data API: Get Title and Transcript for each video of a playlist

    Aug 23, 2022 · Im trying to get the Title and transcript of all videos of a playlist. This is the code so far: from googleapiclient.discovery import build from youtube_transcript_api import YouTubeTranscriptApi

  8. youtube - Google Video no longer able to retrieve captions? - Stack ...

    Nov 12, 2021 · As of 4 days ago, you were able to send a GET request to or visit https://video.google.com/timedtext?lang=en&v= {youtubeVideoId} and receive an xml response …

  9. javascript - How can I get captions of a youtube video and display it ...

    Sep 27, 2022 · I will insert a youtube video into the app, and show subtitles below. Is there any way I can get the captions directly from the youtube video player and display it separately?

  10. python - Why is my YouTube transcripts API only working in non-prod ...

    Aug 20, 2024 · In my non-production environment, I am able to use the transcript YouTube API to obtain transcripts. In my production environment, after much debugging and logging, I am unable to do this. …