Compare commits
No commits in common. "47df8a6f9882936c2dde1aae4153598067930a21" and "85a0115e9f6e4a83b87e2214e572a5fe38c6e5e0" have entirely different histories.
47df8a6f98
...
85a0115e9f
@ -6,7 +6,7 @@ Commandline youtube search tool.
|
|||||||
|
|
||||||
* jq
|
* jq
|
||||||
* yt-dlp
|
* yt-dlp
|
||||||
* mpv
|
* firefox / something (change script if needed)
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
@ -27,7 +27,7 @@ if [ "$#" -gt 0 ]; then
|
|||||||
read i
|
read i
|
||||||
if [ -n $i ]; then
|
if [ -n $i ]; then
|
||||||
# you can dou whatever like'em pee-vee
|
# you can dou whatever like'em pee-vee
|
||||||
mpv ${youtube_urls[$i - 1]}
|
firefox-developer-edition ${youtube_urls[$i - 1]}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm "$tempfile"
|
rm "$tempfile"
|
Loading…
x
Reference in New Issue
Block a user