rename download-youtube-audio to download-youtube and make it more general
This commit is contained in:
4
download-youtube
Executable file
4
download-youtube
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
cd ~/Downloads
|
||||
YTDL_WD=$(zenity --file-selection --directory --filename=.)
|
||||
xfce4-terminal --default-working-directory $YTDL_WD --execute youtube-dl $@
|
Reference in New Issue
Block a user