mirror of https://gitlab.com/dabruh/dotfiles.git
Include ID in audio filename.
This commit is contained in:
parent
e718dbeac2
commit
096c591c41
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue