changed script to use mpv...
This commit is contained in:
parent
85a0115e9f
commit
56dfb35374
@ -6,7 +6,7 @@ Commandline youtube search tool.
|
||||
|
||||
* jq
|
||||
* yt-dlp
|
||||
* firefox / something (change script if needed)
|
||||
* mpv
|
||||
|
||||
# Usage
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user