fixing dlvideo and dlaudio
This commit is contained in:
parent
108ade85ab
commit
aed85412da
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue