diff --git a/Partypacker.sln b/Partypacker.sln index 7814dfd..62fb997 100644 --- a/Partypacker.sln +++ b/Partypacker.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.8.34219.65 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.33927.289 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Partypacker", "Partypacker\Partypacker.csproj", "{FE06B383-0C7A-4A35-B208-66133110BB32}" EndProject diff --git a/Partypacker/Partypacker.csproj b/Partypacker/Partypacker.csproj index aad1672..da8caf9 100644 --- a/Partypacker/Partypacker.csproj +++ b/Partypacker/Partypacker.csproj @@ -11,7 +11,7 @@ - + diff --git a/Partypacker/Program.cs b/Partypacker/Program.cs index 638ec97..c5cd813 100644 --- a/Partypacker/Program.cs +++ b/Partypacker/Program.cs @@ -39,8 +39,7 @@ namespace Partypacker { new SelectableOption("Launch Fortnite", () => Run(port, () => Process.Start(new ProcessStartInfo { FileName = "com.epicgames.launcher://apps/fn%3A4fe75bbc5a674f4f9b356b5c90567da5%3AFortnite?action=launch&silent=true", UseShellExecute = true }))), - new SelectableOption("Open Dashboard", () => Process.Start(new ProcessStartInfo { FileName = "https://partypack.mcthe.dev", UseShellExecute = true })), - new SelectableOption("Settings", () => { Console.WriteLine("awesome!"); }) + new SelectableOption("Open Dashboard", () => Process.Start(new ProcessStartInfo { FileName = "https://partypack.mcthe.dev", UseShellExecute = true })) }; try diff --git a/Partypacker/Proxy/Proxy.cs b/Partypacker/Proxy/Proxy.cs index 1be03ea..be6a5d8 100644 --- a/Partypacker/Proxy/Proxy.cs +++ b/Partypacker/Proxy/Proxy.cs @@ -131,6 +131,7 @@ namespace Partypacker.Net { if (oSession.PathAndQuery.Contains("/content/api/pages/fortnite-game/spark-tracks") || oSession.HostnameIs("cdn.qstv.on.epicgames.com") + || oSession.HostnameIs("cdn-0001.qstv.on.epicgames.com") || oSession.PathAndQuery.Contains("/master.blurl") || oSession.PathAndQuery.Contains("/main.blurl") ) @@ -150,7 +151,7 @@ namespace Partypacker.Net if (oSession.PathAndQuery.Contains("/master.blurl") || oSession.PathAndQuery.Contains("/main.blurl")) - oSession.fullUrl = BaseURL + oSession.PathAndQuery; + oSession.fullUrl = BaseURL + "/song/download" + oSession.PathAndQuery; else oSession.fullUrl = BaseURL + oSession.PathAndQuery; } diff --git a/local-pkg/FiddlerCore.Trial.5.0.0.nupkg b/local-pkg/FiddlerCore.Trial.5.0.0.nupkg new file mode 100644 index 0000000..67ed2ca Binary files /dev/null and b/local-pkg/FiddlerCore.Trial.5.0.0.nupkg differ diff --git a/local-pkg/FiddlerCore.Trial.5.0.2.nupkg b/local-pkg/FiddlerCore.Trial.5.0.2.nupkg deleted file mode 100644 index d90dd78..0000000 Binary files a/local-pkg/FiddlerCore.Trial.5.0.2.nupkg and /dev/null differ