videos-cli

1.2.0 • Public • Published

videos-cli Build Status

Download videos from YouTube

Install

$ npm install --global videos-cli

Usage

$ videos --help

Usage
  $ videos <playlist_url> <api_key> <videos_path>

Options
  --max    The maximum amount of videos to download from the given playlist url [Default: 5]
  --start  The index to start downloading videos at [Default: 0]

Examples
  $ videos https://youtu.be/q6EoRBvdVPQ AIzaSyDIWDAP9xcj2cVu6TCY8z2uVH6Nb7TqUIM ~/Videos
  $ videos --max=1 https://youtu.be/q6EoRBvdVPQ?list=PL7XlqX4npddfrdpMCxBnNZXg2GFll7t5y AIzaSyDIWDAP9xcj2cVu6TCY8z2uVH6Nb7TqUIM ~/Music
  $ videos --start=10 https://youtu.be/q6EoRBvdVPQ?list=PL7XlqX4npddfrdpMCxBnNZXg2GFll7t5y AIzaSyDIWDAP9xcj2cVu6TCY8z2uVH6Nb7TqUIM ~/Music

Related

  • videos - API for this module

License

MIT © Itai Steinherz

Package Sidebar

Install

npm i videos-cli

Weekly Downloads

2

Version

1.2.0

License

MIT

Unpacked Size

5.52 kB

Total Files

4

Last publish

Collaborators

  • itaisteinherz