A tool which can be used to search and play YouTube music!
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- echo "Searching for result #${2:-1} in $1..."
- va=$(python3 open.py -i "$1" -o "${2:-1}")
-
- echo "Opening $va"
- mpv --no-video $va
|