You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve process termination, progress parsing, and docs (#24)
- Add ProcessExtensions.KillTree for reliable cross-platform process tree termination; update ProcessFactory to use it
- Enhance download progress regex and parsing for better accuracy
- Improve cancellation handling and add pre-checks in Ytdlp
- Update demo/test code: comment out most tests, improve progress/cancellation output, change test URLs
- Document AddFlag/AddOption in README, fix minor typos, add table entry
- Bump version to 3.0.2
Copy file name to clipboardExpand all lines: src/Ytdlp.NET/Ytdlp.NET.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<PackageId>Ytdlp.NET</PackageId>
8
8
<AssemblyName>Ytdlp.NET</AssemblyName>
9
9
<RootNamespace>ManuHub.Ytdlp.NET</RootNamespace>
10
-
<Version>3.0.1</Version>
10
+
<Version>3.0.2</Version>
11
11
<Authors>ManuHub Manojbabu</Authors>
12
12
<PackageDescription>A .NET wrapper for yt-dlp with advanced features like concurrent downloads, SponsorBlock, and improved format parsing</PackageDescription>
0 commit comments