Giter Club home page Giter Club logo

youtube-dler's Introduction

Youtube Downloader

A CLI Youtube downloader I worked on for fun last year. It can download videos, extract audio from a video and download playlists.

Installation

[sudo] npm install -g youtube-dler

Usage

youtube-dler <command> <ID> [options]

Commands:
  video     Download a video
  playlist  Download a playlist
  tracks    Add track info to a downloaded playlist
youtube-dler video <ID> [options]

Options:
  -a, --audio-only  Only download the audio as an mp3
  -q, --quality     The video quality to download (only used if -a isn't used)
  -o, --out         The file name to use when saving the video
  -k, --key         API key
  -h, --help        Show help
youtube-dler playlist <ID> [options]

Options:
  -a, --audio-only  Only download the audio as an mp3
  -q, --quality     The video quality to download (only used if -a isn't used)
  -o, --out         The folder's name to use when saving the playlist
  -r, --resume      Resume a previously stopped download
  -k, --key         API key
  -h                Show help
youtube-dler tracks <folder> [options]

Options:
  --ar, --artist  Artist name
  --al, --album   Album name
  -c, --cover     Path to cover
  -h              Show help

What next?

These are some of the things I intend to do with this project:

  • Clean the code up and use ES6.
  • Resume a previously interrupted download.
  • Rewrite parts that are using ytdl-core.
  • Support additional platforms (deezer? soundcloud?).
  • Get the lyrics too.
  • Guess the file name from video name.
  • Download all videos in a channel.
  • GUI tool (electron?).

youtube-dler's People

Contributors

ideraghbal avatar

Watchers

James Cloos 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.