Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Download only format mp4 on youtube-dl

How can I use the download-dl to download video through url playlist only format mp4 instead format .mkv or .webm?


I use this command to download videos: youtube-dl -itcv --yes-playlist youtube.com/playlist?list=....

The result this command are video with extension .mp4, .mkv or .webm
by

1 Answer

Bharatgxwzm
youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4' url

Login / Signup to Answer the Question.