-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I there a transcription API? #453
Comments
Might not be as covenant, but I have my own fork of a YouTube transcription downloader. I forked so I can include basic HTML formatting, & shape the JSON how I wanted it. |
You can extended the Innertube class to do it.
Implementation is a bit different since they made static method create() for generating the instance.
Since this hits the youtube.com/watch URL to get the parameters for the transcript's youtubei/v1 endpoint needed to see the transcripts stream you will get recaptcha'ed if you do a lot of these per minute. You'll want to use a proxy.
|
Question
Is there any support for fetching video transcription from YouTube using this library. If not, it will be nice have this feature. Thank for this great work.
Other details
No response
Checklist
The text was updated successfully, but these errors were encountered: