diff options
-rwxr-xr-x | youtube-dl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" "$@" |