Skip to content

Commit

Permalink
update ytmusicapi documentation url
Browse files Browse the repository at this point in the history
  • Loading branch information
apastel authored Jun 5, 2023
1 parent a277810 commit 5d9a822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The CLI version of YTMusic Deleter is still available and is for advanced users
1. Run ytmusic-deleter by simply entering `ytmusic-deleter` at the command line.

# Authenticating To Your Account
The first time you run ytmusic-deleter, you will be asked to paste your request headers from Firefox. This allows ytmusic-deleter to make requests against your music library. To copy your request headers follow the instructions from the [ytmusicapi docs](https://ytmusicapi.readthedocs.io/en/latest/setup.html) under "Copy authentication headers". If you're running the Windows graphical (GUI) version of ytmusic-deleter, just click OK after pasting the headers or selecting an existing `headers_auth.json` file.
The first time you run ytmusic-deleter, you will be asked to paste your request headers from Firefox. This allows ytmusic-deleter to make requests against your music library. To copy your request headers follow the instructions from the [ytmusicapi docs](https://ytmusicapi.readthedocs.io/en/stable/setup/browser.html) under "Copy authentication headers". If you're running the Windows graphical (GUI) version of ytmusic-deleter, just click OK after pasting the headers or selecting an existing `headers_auth.json` file.

If you're running the command line (CLI) version of YTMusic Deleter, press `Enter` after pasting the headers, then press Ctrl-D to continue (Ctrl-Z then Enter again on Windows). The next time you run ytmusic-deleter, it will reuse your headers from the `headers_auth.json` file that it generated. If you're running on macOS, you should create the `headers_auth.json` file manually, as the MacOS terminal application can only accept 1024 characters pasted to std input. Follow the instructions on the ytmusicapi here for "Manual file creation": https://ytmusicapi.readthedocs.io/en/stable/setup.html#manual-file-creation

Expand Down

0 comments on commit 5d9a822

Please sign in to comment.