mirror of
https://github.com/NohamR/QobuzDownloaderX.git
synced 2026-05-17 12:27:11 +00:00
0.9.9.22
- Added the ability to download Playlists (finally). New feature, probably broken in some ways, so let me know if it is by creating issues. - Reorganized tag options and made the tag options section smaller. - Added debug option for listing / using custom format IDs. - Added option for filename template. Choices are `00 Trackname` or `00 - Trackname`.
This commit is contained in:
@@ -370,6 +370,7 @@ namespace QobuzDownloaderX
|
||||
getSecretBG.WorkerSupportsCancellation = true;
|
||||
|
||||
WebClient bundleURLClient = new WebClient();
|
||||
bundleURLClient.Proxy = null;
|
||||
string bundleHTML = bundleURLClient.DownloadString("https://play.qobuz.com/login");
|
||||
|
||||
// Grab link to bundle.js
|
||||
@@ -452,8 +453,6 @@ namespace QobuzDownloaderX
|
||||
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12; //Make connection secure
|
||||
loginClient.DefaultRequestHeaders.Add("Authorization", "Basic WlRKbE9XTmhaR1V0TnpsbVpTMDBaR1UyTFRrd1lqTXRaRGsxT0RSbE1Ea3dPRE01Ok1UUmpaVFZqTTJFdE9HVmxaaTAwT1RVM0xXRm1Oamt0TlRsbE9ERmhObVl5TnpJNQ=="); //This value is from logging in to the Napster Android app.
|
||||
|
||||
|
||||
|
||||
// Create HttpClient to grab Track ID
|
||||
var loginClient2 = new HttpClient();
|
||||
// Run through TLS to allow secure connection.
|
||||
|
||||
Reference in New Issue
Block a user