cda-downloader
v1.0.2
Published
cda.pl video downloader
Readme
CDA-Downloader
A simple command-line tool for downloading videos from cda.pl
INSTALLATION
Global installation
Install the package from npm globally
npm install -g cda-downloaderManual installation
Clone repository
git clone https://github.com/szymonbvg/cda-downloader.gitInstall dependencies
cd cda-downloader && npm installNOTE: To use the tool as a system-wide command from outside the project folder, you still need to install it globally using npm install -g
USAGE AND OPTIONS
After installing globally:
cda-downloader [options] urlRunning it inside the project folder:
npm start -- [options] urlOptions:
-h, --help Show help
-v, --version Show version
-ao, --audio-only Download audio only. Not supported for non-DASH (vfilm)
media
-vo, --video-only Download video only. Not supported for non-DASH (vfilm)
media
-s, --skip-download Print video information, do not download
-j, --json Print video information as JSON, do not download
-o, --output <output> Set output media file path. Without --audio-only or
--video-only, it sets the path for the final merged file
(default: generated name in current directory)
-q, --quality <quality> Set video quality. Accepts values in the format shown by the
program in the [quality] column (e.g. "1080p, "720p"). If
not specified, the best quality is selected automatically
-f, --ffmpeg-path <path> Set path to the FFmpeg executable (default: "ffmpeg")NOTE: The --audio-only and --video-only options are currently not supported for non-DASH (vfilm) media
