1

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?

HappyFace
  • 325

1 Answers1

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