Replies: 1 comment 1 reply
-
Hi @HakaishinShwet Have you ever used this function before? const youtube = await Innertube.create({
location: "US",
lang: "en",
});
const video = await youtube.getInfo("video_id");
const transcript = await video.getTranscript(); In my environment, It's working well. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I know there is one pip package capable of this task but I wanted to know if this project is capable to capture transcript of youtube video or not
Beta Was this translation helpful? Give feedback.
All reactions