Skip to content

Commit

Permalink
Updated yt-dlp (hotfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
onionware-github committed Nov 19, 2024
1 parent 8cf26ac commit cc1377d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions OnionMedia/OnionMedia (Package)/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>

<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
Expand All @@ -12,7 +12,7 @@
<Identity
Name="11715Onionware.OnionMedia"
Publisher="CN=DEDBA644-CCA1-4BC1-A233-7FFFE9747007"
Version="1.2.5.0" />
Version="1.2.11.0" />

<Properties>
<DisplayName>OnionMedia</DisplayName>
Expand Down Expand Up @@ -73,4 +73,4 @@
<Capabilities>
<rescap:Capability Name="runFullTrust" />
</Capabilities>
</Package>
</Package>
6 changes: 5 additions & 1 deletion OnionMedia/OnionMedia.Core/GlobalResources.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ public static string LocalDonationUrl
{
case "€":
return "https://www.paypal.com/donate/?hosted_button_id=5TABD3FZYH452";
default:
case "CHF":
return "https://www.paypal.com/donate/?hosted_button_id=MN8ESWH82EENA";
case "£":
return "https://www.paypal.com/donate/?hosted_button_id=MYQV428WNNYX6";
default: //$
return "https://www.paypal.com/donate/?hosted_button_id=D6H44EWFWZ5YE";
}
}
Expand Down
4 changes: 2 additions & 2 deletions OnionMedia/OnionMedia.Core/Models/StreamItemModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ private async Task UpdateProgressInfoAsync()
isUpdating = false;
Debug.WriteLine("Finish update task");
}
/// <summary>

/// <summary>
/// Contains informations of the video
/// </summary>
public VideoData Video { get; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ mutagen (GPLv2+)
pycryptodomex (BSD-2-Clause)
phantomJS (BSD-3-Clause)

https://github.com/yt-dlp/yt-dlp/releases/tag/2023.12.30
https://github.com/yt-dlp/yt-dlp/releases/tag/2024.11.18
Binary file not shown.
2 changes: 1 addition & 1 deletion OnionMedia/OnionMedia/OnionMedia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<PackageReference Include="CommunityToolkit.WinUI.UI.Behaviors" Version="7.1.2" />
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls" Version="7.1.2" />
<PackageReference Include="Jab" Version="0.8.6" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.4" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.1" />
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.0.8" />
Expand Down

0 comments on commit cc1377d

Please sign in to comment.