cda-dl
v1.1.0
Published
Utility tool to download video files from CDA
Downloads
7
Maintainers
Readme
cda-dl
Utility tool to download video files from CDA
How to use
Download video:
npx cda-dl https://www.cda.pl/video/{videoId}
Downloaded video files would be stored at ./videos/{videoId}.mp4
Download video and specify output path:
npx cda-dl https://www.cda.pl/video/{videoId} -o "my-video.mp4"
Downloaded video files would be stored at ./my-video.mp4