Change command line argument parsing
This commit is contained in:
parent
d100183b5c
commit
0ce80a8767
2 changed files with 5 additions and 5 deletions
|
|
@ -16,4 +16,4 @@ if ! (which ffmpeg) ; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
youtube-dl --format bestaudio -x --audio-format mp3 --audio-quality 320K -k $1
|
||||
youtube-dl --format bestaudio -x --audio-format mp3 --audio-quality 320K -k $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue