Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 authored Aug 10, 2023
1 parent b8c4c73 commit 8d085c3
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 @@ -92,7 +92,7 @@ playerManager.registerSourceManager(new AppleMusicSourceManager(null, mediaAPITo

1. Go to https://music.apple.com
2. Open DevTools and go to the Debugger tab
3. Search with this regex `const \w{2}="(?<token>(ey[\w-]+)\.([\w-]+)\.([\w-]+))"` in all `index-*.js` files
3. Search with this regex `"(?<token>(ey[\w-]+)\.([\w-]+)\.([\w-]+))"` in all `index-*.js` files
4. Copy the token from the source code

</details>
Expand Down

0 comments on commit 8d085c3

Please sign in to comment.