mirror of
https://github.com/alexta69/metube.git
synced 2026-06-15 16:20:06 +00:00
@@ -16,6 +16,8 @@ export interface Download {
|
||||
subtitle_mode?: string;
|
||||
ytdl_options_presets?: string[];
|
||||
ytdl_options_overrides?: Record<string, unknown>;
|
||||
clip_start?: number;
|
||||
clip_end?: number;
|
||||
status: string;
|
||||
msg: string;
|
||||
percent: number;
|
||||
|
||||
Reference in New Issue
Block a user