mirror of
https://github.com/casjaysdevdocker/youtube-dl
synced 2025-01-18 12:34:29 -05:00
5 lines
196 B
Bash
5 lines
196 B
Bash
#!/usr/bin/env sh
|
|
youtube-dl -f bestaudio --extract-audio --audio-format mp3 --embed-thumbnail --add-metadata --audio-quality 320k --config-location "$HOME/.config/youtube-dl/music" "$@"
|
|
exit $?
|
|
|