You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. (Optional) Open DevTools in your browser and on the Network tab enable trotlining.
617
628
2. Go to https://oauth.yandex.ru/authorize?response_type=token&client_id=23cabbbdc6cd418abb4b39c32c41195d
618
629
3. Authorize and grant access
619
-
4. The browser will redirect to the address like `https://music.yandex.ru/#access_token=AQAAAAAYc***&token_type=bearer&expires_in=31535645`.
630
+
4. The browser will redirect to the address like `https://music.yandex.ru/#access_token=AQAAAAAYc***&token_type=bearer&expires_in=31535645`.
620
631
Very quickly there will be a redirect to another page, so you need to have time to copy the link. 
621
632
5. Your accessToken, what is after `access_token`.
622
633
@@ -783,7 +794,7 @@ To retrieve the token:
783
794
1. Open Qobuz in any web browser and log in with your Qobuz account.
784
795
2. Press **F12** to open the developer tools and navigate to the **Network** tab.
785
796
3. Select any request and check the request headers.
786
-
> When looking for a request, you must find a POST request - not OPTIONS!
797
+
> When looking for a request, you must find a POST request - not OPTIONS!
787
798
4. Copy the value of the `x-user-auth-token` and paste it into the config.
788
799
789
800
</details>
@@ -882,7 +893,7 @@ You can read about all the available options [here](https://flowery.pw/docs), a
882
893
* https://tidal.com/browse/playlist/12345678
883
894
* https://tidal.com/browse/artist/12345678
884
895
885
-
### Qobuz
896
+
### Qobuz
886
897
887
898
* `qbsearch:animals architects`
888
899
* `qbisrc:USEP42058010` (`qbisrc:ISRC`)
@@ -901,4 +912,13 @@ You can read about all the available options [here](https://flowery.pw/docs), a
0 commit comments