From 3ee2f4c8858375a5794568fda37c9c0d34336a9a Mon Sep 17 00:00:00 2001
From: JMARyA <jmarya@hydrar.de>
Date: Wed, 16 Feb 2022 06:41:10 +0100
Subject: [PATCH] yt-dlp update

---
 youtube-dl.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 _
 }