fix ytdlp
This commit is contained in:
parent
d973e67ea3
commit
d11fa31023
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ type Format struct {
|
|||
ManifestURL *string `json:"manifest_url,omitempty"`
|
||||
Language *Language `json:"language"`
|
||||
Preference interface{} `json:"preference"`
|
||||
Quality *int64 `json:"quality,omitempty"`
|
||||
Quality *float64 `json:"quality,omitempty"`
|
||||
HasDRM *bool `json:"has_drm,omitempty"`
|
||||
SourcePreference *int64 `json:"source_preference,omitempty"`
|
||||
ASR *int64 `json:"asr"`
|
||||
|
|
Loading…
Reference in a new issue