Include ID in audio filename.

This commit is contained in:
dabruh 2022-07-02 20:50:01 +02:00
parent e718dbeac2
commit 096c591c41
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ alias \
bc="bc -ql" \
mkd="mkdir -pv" \
yt="yt-dlp --embed-metadata -i" \
yta="yt -x -f bestaudio/best -o '%(uploader)s - %(title)s.%(ext)s'" \
yta="yt -x -f bestaudio/best -o '%(uploader)s - %(title)s [%(id)s].%(ext)s'" \
ytmp3="yta --audio-format mp3 --audio-quality 192K" \
ffmpeg="ffmpeg -hide_banner"