UnixTools/yt2mp4.sh

3 lines
106 B
Bash
Executable File

#!/bin/sh
youtube-dl -f bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/bestvideo+bestaudio/best "$1"