From b5832351973feb62983e6fa4793851ccecb30daa Mon Sep 17 00:00:00 2001 From: ChenKaiLiuG Date: Sat, 17 Jan 2026 21:20:47 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command b/command index 4242255..5fb556c 100644 --- a/command +++ b/command @@ -1 +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 +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 --extractor-args "youtube:player_client=android,web" --print "正在下載: %(playlist_index)04d - %(title)s" "https://www.youtube.com/playlist?list=PLttTRDTI5sCVt4gq2RyA88XUG3p80eGSs" \ No newline at end of file