New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vdl

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vdl

Command line tool for downloading videos from youtube

latest
Source
npmnpm
Version
1.0.24
Version published
Maintainers
1
Created
Source

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

  • Commander
  • node-ytdl-core
  • youtube-dl
  • chalk
  • log-symbols
  • translate-google

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.

Keywords

command

FAQs

Package last updated on 10 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts