luca-awesome-dotfiles/home/.local/bin/scripts/ytp
2022-11-22 13:25:44 +01:00

4 lines
171 B
Bash
Executable file

#!/bin/sh
search=$(printf '%s' "$*" | tr ' ' '+')
mpv "https://youtube.com/$(curl -s "https://vid.puffyan.us/search?q=$search" | grep -Eo "watch\?v=.{11}" | head -n 1 )"