From 3beac707a621fe07a0518fc62e320675d6dd29a0 Mon Sep 17 00:00:00 2001 From: ChenKaiLiuG Date: Sat, 17 Jan 2026 21:19:33 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- command | 1 + 1 file changed, 1 insertion(+) create mode 100644 command diff --git a/command b/command new file mode 100644 index 0000000..4242255 --- /dev/null +++ b/command @@ -0,0 +1 @@ +yt-dlp -x --audio-format mp3 --audio-quality 0 -o "%(playlist_index)04d - %(title)s.%(ext)s" --embed-thumbnail --convert-thumbnails jpg --add-metadata --write-thumbnail --yes-playlist --progress --print "正在下載: %(playlist_index)04d - %(title)s" "https://www.youtube.com/playlist?list=PLttTRDTI5sCVt4gq2RyA88XUG3p80eGSs" \ No newline at end of file