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.55k stars 280 forks source link

PR: This fixes what I believe is a tiny typo #238

Closed jheasly closed 7 months ago

jheasly commented 7 months ago

In any event, in this paragraph in the README.md:

The methods find_generated_transcript, find_manually_created_transcript, find_generated_transcript return Transcript objects. They contain metadata regarding the transcript:

the find_generated_transcript method appears twice.

jdepoix commented 7 months ago

Hi @jheasly, good catch! Thank you for the fix! 😊👍