diff --git a/youtube-dl.zsh b/youtube-dl.zsh index 4647566..7f60037 100644 --- a/youtube-dl.zsh +++ b/youtube-dl.zsh @@ -5,7 +5,7 @@ alias downloadVid4K="yt-dlp --downloader aria2c -o \"%(title)s.%(ext)s\" -f \"be alias downloadAudio="yt-dlp --downloader aria2c -o \"%(playlist_index)s %(title)s.%(ext)s\" -x" alias downloadMusic="yt-dlp --downloader aria2c -x --add-metadata -o \"%(playlist_title)s/%(playlist_index)s %(title)s.%(ext)s\"" alias dlBeat="yt-dlp --downloader aria2c --no-playlist --audio-format m4a -x" -alias downloadYT="yt-dlp --downloader aria2c --write-thumbnail -o \"%(title)s.%(ext)s\"" +alias downloadYT="yt-dlp --downloader aria2c --write-thumbnail -o \"%(title)s.%(ext)s\" --embed-thumbnail --embed-chapters --embed-info-json --convert-thumbnails jpg" function downloadList() { cat $1 |xargs -I _ yt-dlp --downloader aria2c _ }