Skip to content

Instantly share code, notes, and snippets.

@addtobasic
Created December 8, 2023 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save addtobasic/29029baf66d978ab5788efb1aaa06af3 to your computer and use it in GitHub Desktop.
Save addtobasic/29029baf66d978ab5788efb1aaa06af3 to your computer and use it in GitHub Desktop.
🤍鈴木羽那のボイスガシャ🤍から鈴木羽那の"""声"""をダウンロードしてくるスクリプト
# 鈴木羽那......好きだ...........
mkdir suzuki_hana_voice
for i in {1..25}; do
curl -o suzuki_hana_voice/voice_$i.mp3 https://campaign-shinycolors-song-for-prism.idolmaster-official.jp/hanavoice/assets//data/voice/voice_$i.mp3
done
@addtobasic
Copy link
Author

addtobasic commented Dec 8, 2023

curlとか必要
適当にdownload.shに実行権限与えてね
25種類あって神

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment