rename download-youtube-audio to download-youtube and make it more general

This commit is contained in:
Adrian Kuschelyagi Malacoda 2020-12-14 01:25:01 -06:00
parent fd4c380025
commit 5f4d4fcaac

View File

@ -1,4 +1,4 @@
#!/bin/sh
cd ~/Downloads
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 $@