mirror of
https://github.com/casjaysdevdocker/youtube-dl
synced 2025-09-19 03:57:39 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
4
bin/ytda
4
bin/ytda
@@ -1,4 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
# Set bash options
|
||||
[ -n "$DEBUG" ] && set -x
|
||||
set -o pipefail
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
youtube-dl -f bestaudio --extract-audio --audio-format mp3 --embed-thumbnail --add-metadata --audio-quality 320k --config-location "$HOME/.config/youtube-dl/music" "$@"
|
||||
exit $?
|
||||
|
||||
|
Reference in New Issue
Block a user