DASH formats are not supported by external downloaders like aria2, so I like to avoid them. Merging two formats is ok (so I don't want -f best). What should I use for -f?
Asked
Active
Viewed 2,504 times
1
HappyFace
- 325
1 Answers
1
-f '(bestvideo+bestaudio/best)[protocol^=http]' only includes formats that are downloadable by http(s).
Source: https://github.com/ytdl-org/youtube-dl#format-selection-examples
HappyFace
- 325