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