You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @description ID of the caption track to download
7
+
*/
8
+
id: string;
9
+
10
+
/**
11
+
* @title Format
12
+
* @description Output format for the caption
13
+
*/
14
+
tfmt?: "srt"|"vtt";
15
+
16
+
/**
17
+
* @title Translation Language
18
+
* @description ISO 639-1 language code for caption translation
19
+
*/
20
+
tlang?: string;
21
+
22
+
/**
23
+
* @title On Behalf Of Content Owner
24
+
* @description Parameter for YouTube content partners
25
+
*/
26
+
onBehalfOfContentOwner?: string;
27
+
}
28
+
29
+
/**
30
+
* @name GET_CAPTION
31
+
* @title Download Caption Track
32
+
* @description Downloads a caption track in the specified format and language. If token issues occur, call another YouTube tool first to refresh the token.
0 commit comments