debian-z/config/scripts/youtube-watcher.sh

8 lines
103 B
Bash
Raw Normal View History

2023-06-20 17:45:22 +01:00
#!/bin/bash
echo "Enter your URL: "
read url
mpv --ytdl-raw-options=format="best[height<=720]" $url