dwnv

<div align="center"> <h1><b>Download Video (DWNV)</b></h1> </div>

Usage no npm install needed!

<script type="module">
  import dwnv from 'https://cdn.skypack.dev/dwnv';
</script>

README

Download Video (DWNV)

Installation

Install with npm / yarn / pnpm:

$ npm i -g dwnv
$ yarn global add dwnv
$ pnpm add dwnv --global

Usage

dwnv [fileName] [url]

dwnv --fileName gif --url https://raw.githubusercontent.com/xHyroM/API-Images/main/gif/109.gif
dwnv --fileName video.mp4 --url https://www.youtube.com/watch?v=aKD9oL8jvU8

Options

Options:
  --version         Show version number                                [boolean]
  --fileName, --fn  Your file name with type                 [string] [required]
  --url, --link     URL to download                          [string] [required]
  --help            Show help                                          [boolean]

Missing required arguments: fileName, url