changed script to use mpv...

This commit is contained in:
Richard Thier 2024-09-15 22:08:20 +02:00
parent 85a0115e9f
commit 56dfb35374
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Commandline youtube search tool.
* jq
* yt-dlp
* firefox / something (change script if needed)
* mpv
# Usage

View File

@ -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"