trying to fix tridactyl

This commit is contained in:
Chris Cochrun 2023-11-21 09:45:46 -06:00
parent deed36a049
commit 89c60d608a
2 changed files with 3 additions and 1 deletions

View file

@ -2,5 +2,7 @@
notify-send "Downloading  $1"
title=$(yt-dlp --get-title $1)
ext=&(yt-dlp --get-ext $1)
filename=$title.$ext
alacritty -e yt-dlp -o '/home/chris/vids/%(title)s.%(ext)s' $1
mpv "/home/chris/vids/$filename" & disown