From 85ceda15e689dd85dd30d33b21010a90e9dce384 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Tue, 7 Nov 2023 02:02:58 +0100 Subject: [PATCH] metadat --- arbit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbit b/arbit index 842d8ef..d976c75 100755 --- a/arbit +++ b/arbit @@ -39,7 +39,7 @@ clipboardQuery(){ downloadClipUrl(){ getClip notify-send "Arbit" "Downloading video to ${downloadDir}" - if yt-dlp -o "${downloadDir}/%(title)s - %(uploader)s.%(ext)s" "${clipboardContent}" + if yt-dlp --embed-chapters --embed-metadata --embed-subs -o "${downloadDir}/%(title)s - %(uploader)s.%(ext)s" "${clipboardContent}" then notify-send "Arbit" "Finished downloading video." else die "Failed to download file" fi