From 46df1672d98f31ef2f4b871624b9a4bfc1ba2d26 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Wed, 20 May 2026 15:02:09 -0300 Subject: [PATCH] README: add subscription note & update cookie text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9036b4f..32836ba 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ A command-line app for downloading Apple Music songs, music videos and post vide ### Required - **Python 3.10 or higher** -- **Apple Music Cookies** - Export your browser cookies in Netscape format while logged in with an active subscription at the Apple Music website: +- **Active Apple Music subscription** +- **Apple Music Cookies** - export your browser cookies in Netscape format while logged in at [Apple Music](https://music.apple.com): - **Firefox**: [Export Cookies](https://addons.mozilla.org/addon/export-cookies-txt) - **Chromium**: [Get cookies.txt LOCALLY](https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc) @@ -66,7 +67,6 @@ If the executable is not available in your system PATH, set its location with `- - Specify the path using `--cookies-path` or in the config file 3. **Optional: Set up dependencies** (only if you need the functionality) - See the [Optional Dependencies](#optional-dependencies) section to determine which optional tools you need. ## 🚀 Usage