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.
 
 

5 lines
128 B

  1. echo "Searching for result #${2:-1} in $1..."
  2. va=$(python3 open.py -i "$1" -o "${2:-1}")
  3. echo "Opening $va"
  4. mpv --no-video $va