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!
MIT License
2.58k stars 284 forks source link

youtube_transcript_api._errors.NoTranscriptFound #159

Closed chirag127 closed 1 year ago

chirag127 commented 1 year ago

https://www.youtube.com/watch?v=0pdV6icQt8M have the subtitle for "en" but still getting For this video (0pdV6icQt8M) transcripts are available in the following languages:

(MANUALLY CREATED)

jdepoix commented 1 year ago

Hi @chirag127, could you maybe elaborate a bit more on what the problem is here, I am not sure if I am understanding you correctly. To me, it sounds like you want to get the English transcript, and as your log shows it actually is available. So what is missing?

chirag127 commented 1 year ago

Resolved