Showcase: mr-transcript – a convenient Python wrapper for easier YouTube transcript retrieval #591
BogdanovychA
started this conversation in
Show and tell
Replies: 1 comment
-
|
Hi! not to take anything away from what you've built, but I just wanted to point out that both |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Showcase: mr-transcript – a convenient Python wrapper for easier YouTube transcript retrieval
Hi everyone!
I'd like to share a small open-source tool I've built on top of the excellent
youtube-transcript-apilibrary.It's called Mr. Transcript.
Why I built it
While
youtube-transcript-apiis a powerful tool, many projects (especially when working with AI agents or quick scripts) often require the same boilerplate code for:video_idfrom various formats (shorts, mobile, embed, youtu.be, etc.).Key Features:
timecodes=Trueoption instantly adds time markers to every line.Quick Example:
I'd love to hear your thoughts or feedback! I hope this wrapper proves useful for anyone looking for the simplest way to integrate transcripts into their Python projects.
Repository: https://github.com/BogdanovychA/mr-transcript
Beta Was this translation helpful? Give feedback.
All reactions