You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.
getInfo() forces args [-f, best] when no format is specified by the caller, which can result in the selection of sub-optimal formats (ex: 720p when 1080p is available).
This is unfortunate because running the binary on the same video without specifying -f, correctly selects and downloads the optimal format (and performs post-processing steps when necessary).
If possible, can getInfo() be changed to not force '-f best' when the caller specifies no format?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
getInfo() forces args [-f, best] when no format is specified by the caller, which can result in the selection of sub-optimal formats (ex: 720p when 1080p is available).
This is unfortunate because running the binary on the same video without specifying -f, correctly selects and downloads the optimal format (and performs post-processing steps when necessary).
If possible, can getInfo() be changed to not force '-f best' when the caller specifies no format?
The text was updated successfully, but these errors were encountered: