mirror of
https://github.com/NohamR/QobuzDownloaderX.git
synced 2025-07-09 05:17:11 +00:00
Update LoginForm-v2.cs
Fix authorization
This commit is contained in:
parent
d39800c6c5
commit
59d2d0de95
@ -398,7 +398,7 @@ namespace QobuzDownloaderX
|
|||||||
var bundleExtras = bundleLog1[3].Value;
|
var bundleExtras = bundleLog1[3].Value;
|
||||||
|
|
||||||
// Grab "seed"
|
// Grab "seed"
|
||||||
var bundleLog2 = Regex.Match(getBundleRequest, "window.utimezone.paris\\):h.initialSeed\\(\"(?<seed>.*?)\",window.utimezone.berlin\\)").Groups;
|
var bundleLog2 = Regex.Match(getBundleRequest, "window.utimezone.algier\\):f.initialSeed\\(\"(?<seed>.*?)\",window.utimezone.berlin\\)").Groups;
|
||||||
var bundleSeed = bundleLog2[1].Value;
|
var bundleSeed = bundleLog2[1].Value;
|
||||||
|
|
||||||
// Step 1 of getting the app_secret
|
// Step 1 of getting the app_secret
|
||||||
|
Loading…
x
Reference in New Issue
Block a user