From 56dfb35374cb6c33af27744e7173baeb316bc1ea Mon Sep 17 00:00:00 2001 From: Richard Thier Date: Sun, 15 Sep 2024 22:08:20 +0200 Subject: [PATCH] changed script to use mpv... --- youtube-cli/README.md | 2 +- youtube-cli/youtube-cli.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"