Skip to content

Commit 33e8280

Browse files
committed
Update yt-dlp.exe to version 2025.10.14
Updated the version of `yt-dlp.exe` from **v2025.08.11** to **v2025.10.14** in the `README.md` and `ytdlp.executable.csproj` files. This ensures the NuGet package includes the latest features and fixes for users.
1 parent e69cd30 commit 33e8280

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ytdlp.executable/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# YTDLP-Executable
44

5-
**YTDLP-Executable** is a NuGet package that includes the latest version of `yt-dlp.exe` (v2025.08.11). It is designed to complement the **YTDLP-Wrapper** library or any other application that requires the `yt-dlp` executable for powerful media downloading capabilities.
5+
**YTDLP-Executable** is a NuGet package that includes the latest version of `yt-dlp.exe` (v2025.10.14). It is designed to complement the **YTDLP-Wrapper** library or any other application that requires the `yt-dlp` executable for powerful media downloading capabilities.
66

77
## Features
8-
- **Latest Version**: Always ships with the latest version of `yt-dlp.exe` (current version: **v2025.08.11**).
8+
- **Latest Version**: Always ships with the latest version of `yt-dlp.exe` (current version: **v2025.10.14**).
99
- **Standalone Package**: Provides only the `yt-dlp.exe` binary for easy integration.
1010
- **Complementary**: Works perfectly with the **YTDLP-Wrapper** library.
1111

ytdlp.executable/ytdlp.executable.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Icon>icon.png</Icon>
1818
<PackageIcon>icon.png</PackageIcon>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
20-
<Version>2025.8.11</Version>
20+
<Version>2025.10.14</Version>
2121
<IsPackable>true</IsPackable>
2222
<AotAssemblies>true</AotAssemblies>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)