Skip to content

Commit

Permalink
Merge pull request #81 from jraiver/master
Browse files Browse the repository at this point in the history
Update LoginForm-v2.cs (Fixed login / authorization)
  • Loading branch information
ImAiiR authored Mar 3, 2021
2 parents d39800c + 59d2d0d commit ff3496f
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 ff3496f

Please sign in to comment.