3 lines
86 B
Bash
Executable File
3 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
yt-dlp "$@" -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best"
|