Compare commits

..

2 Commits

Author SHA1 Message Date
Richard Thier
47df8a6f98 moved to proper directory 2024-09-15 22:09:10 +02:00
Richard Thier
56dfb35374 changed script to use mpv... 2024-09-15 22:08:20 +02:00
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"