jdepoix / youtube-transcript-api

This is a python API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require an API key nor a headless browser, like other selenium based solutions do!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Authentication, basic questions

stormsson opened this issue · comments

This could be trivial, please have patience, but I'm missing a point in how this works:

  • where is the transcription from ? audio to text? youtube data ?
  • don't i have to use a YT API key to fetch from YT ?

thank you

This module simply uses the same endpoints which are used by the YouTube web client. Since you are also able to enable subtitles on a YouTube video without being logged in, we are also able to retrieve those without any form of Authentication.