yaronzz / Tidal-Media-Downloader

Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
http://doc.yaronzz.com/post/tidal_dl_installation/
Apache License 2.0
3.38k stars 470 forks source link

video tutorial token #427

Open clash108 opened 4 years ago

clash108 commented 4 years ago

does anyone have a video tutorial how to get a token?

Coder84619 commented 4 years ago

Any tutorial would be appreciated..video or otherwise. FLAC Access token please.

bweibel2 commented 4 years ago

https://yaronzz.top/post/get_accesstoken/ I would recommend taking a look at this link if you haven't already. There is more information within some of the previous issues posted about MQA. Look through some of those for more help if you get stuck or can't connect to the internet using this method. I have posted on those posts about how to fix internet issues so just do some searching.

https://github.com/yaronzz/Tidal-Media-Downloader/issues/410 This is an in depth guide for installing the certificate for the program Charles (the reason why people can't connect to the internet).

Willhiro67 commented 4 years ago

I used a combination of Android and Windows. see my reply below:

https://github.com/yaronzz/Tidal-Media-Downloader/issues/405

Coder84619 commented 4 years ago

Ok it's actually pretty simple, using 'Fiddler Everywhere' to get the token.

  1. Install Tidal Desktop app
  2. Install 'Fiddler Everywhere' and enable for HTTPS captures
  3. Start the Fiddler capture.
  4. Login to the Tidal desktop app and start playing a track.
  5. Stop Fiddler capture
  6. Look for host: desktop.tidal.com; URL: /v1/streamingprivileges/tokens
  7. In the Inspectors pane for that request look for "Authorization: Bearer" and the token is the text after "Bearer"
  8. Paste the token into Tidal-dl.
Coder84619 commented 4 years ago
2020-08-21_12-32-06
clash108 commented 4 years ago

@Coder84619 what am I doing wrong? Fiddler Everywhere

Coder84619 commented 4 years ago

You aren't looking at the right Fiddler capture line. Look at my screenshot above.

firebfm commented 4 years ago

On Fiddler 4/Classic, I perform a search with ctrl F, then type in authorization: bearer

muttymeme commented 4 years ago

I have Fiddler installed - Trusted Root Cert installed for local machine in the correct folder. However in the settings that you get the certificate from the save option is greyed out, once I reload and trust the cert again save option works but the application hangs until the settings box is closed (permissions issue ?) When I try to capture traffic on HTTPS I get no packet information showing up on the capture pane at all, and Tidal fails to load anything. I used the battlenet app and started hearthstone and used other web based apps they all worked. Is Tidal now using some blocking ? is that even possible ?