From 76d2ca339eb49eaaaff9bd6bcd0050f35e855365 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Tue, 19 Nov 2019 20:55:22 +0100 Subject: youtube-dl.sh now accepts multiple arguments. --- youtube-dl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube-dl.sh') diff --git a/youtube-dl.sh b/youtube-dl.sh index 627b020..d492c8c 100755 --- a/youtube-dl.sh +++ b/youtube-dl.sh @@ -1,2 +1,2 @@ #!/bin/sh -youtube-dl --add-metadata --all-subs --embed-subs -o "$HOME/downloads/videos/%(title)s.%(ext)s" "$1" +youtube-dl --add-metadata --all-subs --embed-subs -o "$HOME/downloads/videos/%(title)s.%(ext)s" "$@" -- cgit v1.2.1