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

Examples #236

Closed pauljnorg closed 7 months ago

pauljnorg commented 7 months ago

Updates to Ex_README.md to include annotations on my examples.

jdepoix commented 7 months ago

Hi @pauljnorg, I am sorry, but I don't see this adding any value to the project, so I will close this PR. I think the examples provided in the README are sufficient and the examples you added do things which aren't really specific to this module. Also, they require adding selenium as a dependency (which I don't fully understand why to be honest), which I would like to avoid.

pauljnorg commented 7 months ago

This feedback is definitely what I was looking for. Looking to where in a project in general is most useful. Seeing that examples aren't viewed as augments or additions to existing code is good guidance.

Thank You