implement progress bar

This commit is contained in:
2026-03-04 21:06:41 -05:00
parent b3d779374b
commit 3cac63ba82
4 changed files with 51 additions and 27 deletions

View File

@@ -35,11 +35,12 @@ type FormatOptions struct {
}
type ProgressUpdate struct {
Status ytdlp.ProgressStatus
Percent string
ETA time.Duration
Filename string
Phase string
Status ytdlp.ProgressStatus
Percent string
PercentFloat float64
ETA time.Duration
Filename string
Phase string
}
// InteractionState holds the state for a specific interaction