diff --git a/README.md b/README.md index c6ff1f2..ca3316a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ About High quality songs generation by https://www.suno.ai/. Reverse engineered - Login to https://app.suno.ai/ and generate some songs. - Use `Chrome` or other browsers to inspect the network requests (F12 -> XHR). - Clone this REPO -> `git clone https://github.com/yihong0618/SunoSongsCreator.git` -- XHR find cookie in this url -> https://clerk.suno.ai/v1/client?_clerk_js_version=4.70.5 +- XHR find cookie in this url -> https://clerk.suno.com/v1/client?_clerk_js_version=4.73.4 - Copy the cookie. - You can import the cookie using `export SUNO_COOKIE=''` or rename `.env.example` to `.env` and fill in `SUNO_COOKIE`.