dotfiles/scripts/dlvideo
2023-06-23 16:21:16 -05:00

4 lines
118 B
Bash
Executable file

#!/usr/bin/env bash
notify-send "Downloading  $1"
alacritty -e yt-dlp -o '/home/chris/vids/%(title)s.%(ext)s' $1