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

hello world sandbox on repl.it #129

Closed 100ideas closed 3 years ago

100ideas commented 3 years ago

Hi, thanks for this useful package!

I played around with it a bit today on repl.it. Maybe should have written a new custom Formatter but instead I just hacked together some string processing.

Anyway, if anyone wants a quick way to play with this library, here's the repl.it instance

https://replit.com/@100ideas/youtube-transcript-apitest

and repo

https://github.com/100ideas/-youtube-transcript-api_replit

thanks again! would be cool to host this on a free serverless host somewhere... hmm

jdepoix commented 3 years ago

Hi @100ideas, thank you for sharing this! However, the purpose of GitHub's Issue section mainly is to report on bugs in this module and discuss new features. Therefore, this probably isn't the right place to share this information. GitHub recently added a Discussion section, which has been used by a few people to discuss stuff, which doesn't really fit into an issue. So I guess that probably would be a better place to share your work 👍