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.54k stars 279 forks source link

How can I integrate it in a code without using the package? #246

Closed PierrunoYT closed 5 months ago

PierrunoYT commented 5 months ago

How can I integrate it in a code without using the package? Like is there an API Endpoint adress?

jdepoix commented 5 months ago

No, I am not hosting this anywhere. You could do so yourself, using this package, but it sounds like that's not what you're after.