lycia
v0.0.1
Published
A robust and intuitive npm package designed for efficiently downloading streaming videos
Downloads
24
Maintainers
Readme
Lycia
Description
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.
Features
- 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.
Installation
To install Lycia
, run the following command:
npm install -g lycia
Usage
After installation, you can use `Lycia`` to download video streams. Here are some common commands and options:
Start Downloading
lycia start -u <URL> -d <PathToDownload>
Options
- -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.
Example
lycia start -u http://example.com/stream.m3u8 -d subFolder