add advanced options for captions download format

This commit is contained in:
vitaliibudnyi
2026-02-21 20:00:09 +02:00
committed by Alex Shnitman
parent 973a87ffc6
commit ce9703cd04
9 changed files with 370 additions and 26 deletions
+3
View File
@@ -10,6 +10,9 @@ export interface Download {
playlist_item_limit: number;
split_by_chapters?: boolean;
chapter_template?: string;
subtitle_format?: string;
subtitle_language?: string;
subtitle_mode?: string;
status: string;
msg: string;
percent: number;
+1 -1
View File
@@ -75,7 +75,7 @@ export const Formats: Format[] = [
},
{
id: 'captions',
text: 'Captions (EN, VTT)',
text: 'Captions',
qualities: [{ id: 'best', text: 'Best' }],
},
];