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" \
|
bc="bc -ql" \
|
||||||
mkd="mkdir -pv" \
|
mkd="mkdir -pv" \
|
||||||
yt="yt-dlp --embed-metadata -i" \
|
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" \
|
ytmp3="yta --audio-format mp3 --audio-quality 192K" \
|
||||||
ffmpeg="ffmpeg -hide_banner"
|
ffmpeg="ffmpeg -hide_banner"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue