dotfiles/home/default/scripts/youtube-audio

13 lines
253 B
Bash
Executable File

#!/bin/sh
# --embed-thumbnail \
# --audio-format opus \
youtube-dl \
--ignore-errors \
-f bestaudio \
--rm-cache-dir \
--extract-audio \
--output "%(title)s.%(ext)s" --add-metadata \
--download-archive downloaded.txt \
-a -