fiddlercore update and other stuff

This commit is contained in:
McMistrzYT 2024-01-22 00:41:33 +01:00
parent 9c645645be
commit cda1b8ccf0
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="BCMakeCert" Version="2.0.9" />
<PackageReference Include="FiddlerCore.Trial" Version="5.0.2" />
<PackageReference Include="FiddlerCore.Trial" Version="5.0.0" />
<PackageReference Include="Pastel" Version="5.0.0" />
<PackageReference Include="System.ComponentModel.Composition" Version="8.0.0" />
<PackageReference Include="Telerik.NetworkConnections" Version="0.2.0" />

View File

@ -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

View File

@ -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;
}

Binary file not shown.