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 5d9a822 commit 3efb73a
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 @@ -25,7 +25,7 @@ The CLI version of YTMusic Deleter is still available and is for advanced users
# 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/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
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](https://ytmusicapi.readthedocs.io/en/stable/setup/browser.html#manual-file-creation)

# Usage
When you run `ytmusic-deleter` with no parameters, you will see see the usage information. There are several commands available.
Expand Down

0 comments on commit 3efb73a

Please sign in to comment.