Sudo's YT Transcript Generator!

This transcript generator is a simple Python script running on the backend, that communicates to this website via Flask! In a nutshell-it simply takes your YouTube URL, extracts the video ID, retrieves the available captions for that video, and returns them as a downloadable .txt file.

I personally like to use this for extracting long videos (such as lectures) so that I can.. aHEm.. give it to my.. "friend".. to summarize for me. @_@

It makes for a useful study tool, in my opinion.

Please note*
your link is used only to fetch the transcript, and is not stored, logged, or tracked. The script does not collect personal data, cookies, or metadata about you or your device. When you refresh the page, everything resets back to its normal state and nothing from the previous request is retained. Trust

And if something breaks, crashes, or YouTube suddenly decides not to cooperate - my bad
just let me know and I'll look into ittt

Thanks!

-sudo