mirror of
https://github.com/alexta69/metube.git
synced 2026-06-15 08:16:00 +00:00
feat: Implement chapter splitting functionality with UI controls, yt-dlp integration, and chapter file tracking.
This commit is contained in:
@@ -9,6 +9,8 @@ export interface Download {
|
||||
custom_name_prefix: string;
|
||||
playlist_strict_mode: boolean;
|
||||
playlist_item_limit: number;
|
||||
split_by_chapters?: boolean;
|
||||
chapter_template?: string;
|
||||
status: string;
|
||||
msg: string;
|
||||
percent: number;
|
||||
@@ -19,4 +21,5 @@ export interface Download {
|
||||
size?: number;
|
||||
error?: string;
|
||||
deleting?: boolean;
|
||||
chapter_files?: Array<{ filename: string, size: number }>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user