mirror of
https://github.com/alexta69/metube.git
synced 2026-03-18 22:43:51 +00:00
add "captions" as download format
This commit is contained in:
committed by
Alex Shnitman
parent
e24890fd9b
commit
973a87ffc6
@@ -73,4 +73,9 @@ export const Formats: Format[] = [
|
||||
text: 'Thumbnail',
|
||||
qualities: [{ id: 'best', text: 'Best' }],
|
||||
},
|
||||
{
|
||||
id: 'captions',
|
||||
text: 'Captions (EN, VTT)',
|
||||
qualities: [{ id: 'best', text: 'Best' }],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user