Lycia
is a command-line interface (CLI) tool that provides an easy and efficient way to utilize JavaScript string utilities. This tool is particularly useful for downloading video streams using HLS (HTTP Live Streaming) technology.
- Download HLS Streams: Quickly download video streams.
- Customizable Download Options: Control over various aspects of the download, such as quality and output file name.
- Support for Live Streams: Ability to download live streaming content.
To install Lycia
, run the following command:
npm install -g lycia
After installation, you can use `Lycia`` to download video streams. Here are some common commands and options:
lycia start -u <URL> -d <PathToDownload>
- -u, --streamUrl : URL of the stream.
- -d, --segmentsDir : Directory to save the segments.
- -o, --output : Name of the output file.
- -q, --quality : Quality of the download.
- -l, --live : Download live stream flag.
lycia start -u http://example.com/stream.m3u8 -d subFolder