implement progress bar
This commit is contained in:
11
app/types.go
11
app/types.go
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user