fixing dlvideo and dlaudio

This commit is contained in:
Chris Cochrun 2022-12-15 17:14:26 -06:00
parent 108ade85ab
commit aed85412da
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
konsole -e yt-dlp -x -o '/home/chris/Music/%(title)s.%(ext)s' $1 notify-send "downloading  $1"
alacritty -e yt-dlp -x -o '/home/chris/Music/%(title)s.%(ext)s' $1

View file

@ -1,3 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
konsole -e yt-dlp -o '/home/chris/Videos/%(title)s.%(ext)s' $1 notify-send "Downloading  $1"
alacritty -e yt-dlp -o '/home/chris/Videos/%(title)s.%(ext)s' $1