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.87k stars 326 forks source link

Update README.md #156

Closed RonyMacfly closed 2 years ago

jdepoix commented 2 years ago

Hi @RonyMacfly, thank you for your contribution. However, the README actually is correct here. It is assumed that the code has already been pulled from GitHub using git clone ... at this point and that the modules dependencies will have to be installed using pip.

RonyMacfly commented 2 years ago

Okay. I just thought it would be more convenient that way. Not to clone and run the dependency command separately.