Giter Site home page Giter Site logo

ytdl-playlist's Introduction

Youtube Playlist Downloader

Download Youtube playlist videos as video or audio with command line tool.

Prerequisites

node >= 8.9.0

ffmpeg (for audio)

Built With

  • Node - Javascript run-time environment
  • Youtube Data Api Youtube Data Api
  • Ytdl Core YouTube video downloader in javascript
  • FFMPEG - Multimedia framework, able to decode, encode, transcode, vs.
  • Fluent-ffmpeg A fluent API to FFMPEG
  • Got Simplified HTTP requests
  • Joi Object schema validation
  • Commander Node.js command-line interfaces made easy

Install

clone this repo, then

npm install

Youtube Data API Key

Take your api key from here and set app.api_key property in the package.json file.

Usage

node index [options]

Options

   -v, --version                  version number
   -h, --help                     help
   -f, --format                   output format (video || audio), default: video
   -o, --output                   output folder name, default: playlist name
   -u, --url                      youtube playlist url (overrides "id" option)
   -i, --id                       youtube playlist id
   -r, --range                    playlist items range, must be like a-b
   -j, --json                     options from .json file (overrides other options)
   -t, --threads                  amount of concurrent downloads

Options json file format

"id" or "url" must be valid, you can't set both. Other options have default values (see --help output).

{
    "id": "PLlPn9MKk0K5HuCjbm3i0_JCnSuamvkugW",
//  "url": "https://www.youtube.com/watch?v=9OIjPKLuu5g&list=PLlPn9MKk0K5HuCjbm3i0_JCnSuamvkugW&index=10&t=0s",
    "range": [5, 10],
    "format": "audio",
    "output": "My Playlist XYZ"
}

Examples

Basic

node index -i "PLlPn9MKk0K5HuCjbm3i0_JCnSuamvkugW"

Via playlist url

node index -u "https://www.youtube.com/watch?v=9OIjPKLuu5g&list=PLlPn9MKk0K5HuCjbm3i0_JCnSuamvkugW&index=10&t=0s"

Save as audio (bitrate: 192kbps)

node index -i "PLlPn9MKk0K5HuCjbm3i0_JCnSuamvkugW" -f "audio"

Output folder name

node index -i "PLlPn9MKk0K5HuCjbm3i0_JCnSuamvkugW" -o "My Playlist XYZ"

Save items by range

node index -i "PLlPn9MKk0K5HuCjbm3i0_JCnSuamvkugW" -r 5-10

Options from file

node index -j "../json/playlist.json"

Screenshots

alt text

alt text

alt text

ytdl-playlist's People

Contributors

m-cakir avatar douile avatar

Stargazers

Snoff4 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.