vdl

Command line tool for downloading videos from youtube

Usage no npm install needed!

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

README

vdl

Command line tool for downloading videos from youtube

Getting Started

On a terminal:

// Download from link
vdl --url 'link'

// Download from file
// The file contains links or keywords
vdl --file 'playListFile.txt'

// Translate video title to a language
// English language is 'en'
vdl --lang 'en' --url 'link'

Installing

npm install -g vdl

Built With

Contributing

Please read CONTRIBUTING.md for details on contributing to the repository.

Development

Clone the repository in an empty directory.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.