From 8af398112d9968672172851fdd8ac8152f16c5ec Mon Sep 17 00:00:00 2001 From: ChenKaiLiuG Date: Sat, 17 Jan 2026 20:24:06 +0000 Subject: [PATCH] Add linux .sh --- linux.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 linux.sh diff --git a/linux.sh b/linux.sh new file mode 100644 index 0000000..40501f3 --- /dev/null +++ b/linux.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +echo "========================================" +echo " YouTube 播放清單下載器" +echo "========================================" +echo + +PLAYLIST_URL="https://youtube.com/playlist?list=PLttTRDTI5sCVt4gq2RyA88XUG3p80eGSs" + +echo "正在下載播放清單..." +echo "URL: $PLAYLIST_URL" +echo + +yt-dlp --config-location yt-dlp.conf "$PLAYLIST_URL" + +echo +echo "========================================" +echo " 下載完成!" +echo "========================================" \ No newline at end of file