mirror of
https://github.com/casjaysdevdocker/youtube-dl
synced 2025-01-18 18:34:27 -05:00
5 lines
142 B
Plaintext
5 lines
142 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
youtube-dl -f bestaudio --extract-audio --audio-format mp3 --config-location "$HOME/.config/youtube-dl/music" "$@"
|
||
|
exit $?
|
||
|
|