debian-z/config/scripts/youtube-watcher.sh
2023-06-20 17:45:22 +01:00

7 lines
103 B
Bash
Executable file

#!/bin/bash
echo "Enter your URL: "
read url
mpv --ytdl-raw-options=format="best[height<=720]" $url