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

[Feature] Dockerfile #152

Closed Roderick-Jonsson closed 1 year ago

Roderick-Jonsson commented 2 years ago

Adding dockerfile so command can be used via docker images for any cases (eg. testing without having to install anything)

jdepoix commented 1 year ago

Hi @Roderick-Jonsson, I am sorry for the late reply. I was really busy lately and forgot about this PR to be honest 🙈 While I appreciate you taking the time to contribute, I generally prefer Dockerfiles not being part of a repository unless they are essential to the project's CI/CD pipeline, or how it is deployed into production. As I don't really see this being the case here, I would prefer this in a separate repository with documentation on how it is supposed to be used. Therefore, I would highly encourage you to publish this on your own, although I am not going to merge it into this repository! Nonetheless, thank you very much for your contribution! 😊