diff --git a/youtube-cli/README.md b/youtube-cli/README.md index 1d8240a..31d2b45 100644 --- a/youtube-cli/README.md +++ b/youtube-cli/README.md @@ -6,7 +6,7 @@ Commandline youtube search tool. * jq * yt-dlp -* firefox / something (change script if needed) +* mpv # Usage diff --git a/youtube-cli/youtube-cli.sh b/youtube-cli/youtube-cli.sh index 45dfc74..b841e59 100755 --- a/youtube-cli/youtube-cli.sh +++ b/youtube-cli/youtube-cli.sh @@ -27,7 +27,7 @@ if [ "$#" -gt 0 ]; then read i if [ -n $i ]; then # you can dou whatever like'em pee-vee - firefox-developer-edition ${youtube_urls[$i - 1]} + mpv ${youtube_urls[$i - 1]} fi rm "$tempfile"