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.29k stars 464 forks source link

Help me with fiddler? #1092

Open Notorious2Beat opened 11 months ago

Notorious2Beat commented 11 months ago

Which tool

Tidal-dl

Describe your question

Can some tell me exactly how to use fiddler to get token for the desktop app?

Add screenshots

No response

tientranzombie commented 11 months ago

you dont have to, to get access token, just your phone. For Android is the easiest, log in your tidal, play a random song then pause it, and then open your file explorer, look for com.aspiro.tidal in your android folder, and look through some of the latest .0 files, open it in text and once you found a bunch of random letters under Authorization: Bearer, voila. That is your access token, copy it and paste it to whatever you could link it to your pc/laptop and add it to tidal-dl.

okinokosan commented 11 months ago

Ain't working anymore seems. Just tried this method and .0 file doesn't contain Authorization field anymore :( Tidal .apk version 2.87.1.1125.12180 Fiddler also see only X-Amz-Cf-Id:............. and X-Amz-Cf-Pop:........ under Miscellaneous headers.

**update*** tryed token from X-Amz-Cf-Id:... section in Fiddler. It allows to link tidal_gui with account, but downloading is still unavaliable

**update2*** im stupid :) everything working on windows with Fiddler, just need to pay attention to details. Due to expired authorization tidal_gui was unable to access NAS :)

Notorious2Beat commented 11 months ago

you dont have to, to get access token, just your phone. For Android is the easiest, log in your tidal, play a random song then pause it, and then open your file explorer, look for com.aspiro.tidal in your android folder, and look through some of the latest .0 files, open it in text and once you found a bunch of random letters under Authorization: Bearer, voila. That is your access token, copy it and paste it to whatever you could link it to your pc/laptop and add it to tidal-dl.

When I do the android way it says I don't have streaming rights or something like that and it skips every track

okinokosan commented 11 months ago

Fiddler with windows still working for me link to thread: https://github.com/yaronzz/Tidal-Media-Downloader/issues/427 just used X-Amz-Cf-Id:...... instead of Authorization bearer:..... which is not there anymore

Notorious2Beat commented 11 months ago

Fiddler with windows still working for me link to thread: https://github.com/yaronzz/Tidal-Media-Downloader/issues/427 just used X-Amz-Cf-Id:...... instead of Authorization bearer:..... which is not there anymore

Under what tab?

r0y-batty commented 11 months ago

image

In Android, i played a song, then paused, then searched for the .0 file under Adroid/data/com.aspiro.tidal/cache/okhttp

I set new (3) AccessToken

Paste the string from x-amz-cf-id: but i got the message "[ERR] Login Failed"

Did i missed something?

Notorious2Beat commented 11 months ago

image

In Android, i played a song, then paused, then searched for the .0 file under Adroid/data/com.aspiro.tidal/cache/okhttp

I set new (3) AccessToken

Paste the string from x-amz-cf-id: but i got the message "[ERR] Login Failed"

Did i missed something?

Same here!

pablo-reyes-cabrera commented 11 months ago

Which tool

Tidal-dl

Describe your question

Can some tell me exactly how to use fiddler to get token for the desktop app?

Add screenshots

No response

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

ladle3000 commented 10 months ago

@Notorious2Beat @r0y-batty @okinokosan the android way doesn't work for me either. login failed. @okinokosan you should share how you got that working, not just ghost multiple responses when you supposedly have the way to do it.

Notorious2Beat commented 10 months ago

@Notorious2Beat @r0y-batty @okinokosan the android way doesn't work for me either. login failed. @okinokosan you should share how you got that working, not just ghost multiple responses when you supposedly have the way to do it.

I found out when using the android token and the 4th api key it only downloads Dolby Atmos and 360 tracks but in mp4 and they want play

ladle3000 commented 10 months ago

Answer posted here https://github.com/yaronzz/Tidal-Media-Downloader/discussions/1098