Skip to content

Commit

Permalink
Update LoginForm-v2.cs
Browse files Browse the repository at this point in the history
Fix authorization
  • Loading branch information
jraiver committed Mar 3, 2021
1 parent d39800c commit 59d2d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QobuzDownloaderX/LoginForm-v2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ private void getSecretBG_DoWork(object sender, DoWorkEventArgs e)
var bundleExtras = bundleLog1[3].Value;

// 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;

// Step 1 of getting the app_secret
Expand Down

0 comments on commit 59d2d0d

Please sign in to comment.