Add linux .sh

This commit is contained in:
2026-01-17 20:24:06 +00:00
parent 1052acaf12
commit 8af398112d

19
linux.sh Normal file
View File

@@ -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 "========================================"