0.0.20 • Published 11 months ago
tubor v0.0.20
▶️ Tubor
Tubor allows you to get transcripts for a given YouTube video. Turbo works with both video Id and simply the youtube url.
Install
npm install tubor
or
yarn add tubor
Usage
Fetch transcripts from video ID
import { getYoutubeTranscript } from 'tubor';
import { TranscriptResponse } from 'tubot/models';
const transcripts: TranscriptResponse = await getYoutubeTranscript('-a6E-r8W2Bs');
Fetch transcripts from youtube url
const transcripts: TranscriptResponse = await getYoutubeTranscript('https://youtu.be/3XxiKcD-pMU?si=XmLLj5NqJAg4eIaJ');
0.0.20
11 months ago
0.0.16
11 months ago
0.0.17
11 months ago
0.0.18
11 months ago
0.0.19
11 months ago
0.0.13
2 years ago
0.0.14
2 years ago
0.0.15
2 years ago
0.0.10
2 years ago
0.0.11
2 years ago
0.0.12
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago