Save a recorded lecture stream as an MP4 file you can watch offline.
Record a live HLS broadcast into a single file while it is being aired.
Download only minutes 10 to 25 of a long stream instead of the whole thing.
Pull a DASH stream that needs a custom Authorization header from a paid service you have rights to.
Windows-only .NET Framework binary, the original project is in maintenance, use N_m3u8DL-RE for cross-platform.
N_m3u8DL-CLI is a command-line tool for downloading video streams that use the M3U8 or HLS (HTTP Live Streaming) format. M3U8 is a common format used for streaming video online, rather than one large file, the video is split into many small segments described in a playlist file. This tool downloads all those segments and assembles them into a single video file (MP4 or TS format). The tool supports several practical features for video downloading. It can handle AES-128-CBC encryption (a common method used to protect streaming video) and automatically decrypts the segments. Downloads can run in parallel using multiple threads to speed things up. You can also set a maximum download speed, resume interrupted downloads, record live streams, and download only a specific portion of a video by time range. Custom HTTP headers are supported, which is useful for sites that require specific authentication tokens or cookies. The tool also supports DASH streams and can download separate audio and subtitle tracks from a stream, then optionally merge them into a single file. A simple graphical helper is included for generating common command-line arguments without typing them manually. The readme notes that this original version is based on .NET Framework and is now in maintenance mode, with a newer cross-platform rewrite called N_m3u8DL-RE available for those who need support beyond Windows. Written in C#.
← nilaoda on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.