mirror of
https://github.com/mr0xb/scripts.git
synced 2026-08-27 19:34:57 -04:00
4 lines
129 B
Shell
Executable file
4 lines
129 B
Shell
Executable file
#!/usr/bin/env bash
|
|
exec youtube-dl \
|
|
--ignore-errors --output "%(title)s.%(ext)s" \
|
|
--extract-audio --audio-format mp3 "$@"
|