m3u8-downloader 1.2.0

dotnet tool install --global m3u8-downloader --version 1.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local m3u8-downloader --version 1.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=m3u8-downloader&version=1.2.0
                    
nuke :add-package m3u8-downloader --version 1.2.0
                    

M3U8 Downloader

The application is designed to download video files in m3u8 format.

Install

You can get this from nuget https://www.nuget.org/packages/m3u8-downloader/

dotnet tool install --global m3u8-downloader --version 1.0.5

Using

m3u8downloader url=https://videosite.com/video out=myvideo

Find master link, example https://cf-api-2.vhcdn.com/api/playlist/master/490a724834838f744a5f61d41ad7a982/673453542344?user-cdn=cloudflare&acc-id=734861&user-id=42345524&loc-mode=ru&version=40%3A2%3A1%3A0%3A2%3Acloudflare&consumer=vod&jwt=2344234.424456.lnQwes00DgDZkpkY0pQ_7SFZ0-_p3WqYjRc3LO3e57g&pldm=cf1 Use it as url param. Sometimes you can find this url in HTTP Requests on the html page with video player.

If OK, will create new file myvideo.ts.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.2.0 261 10/13/2025
1.0.4 684 4/11/2023
1.0.3 360 4/10/2023
1.0.2 354 4/10/2023
1.0.1 352 4/10/2023
1.0.0 306 4/10/2023