Git Product home page Git Product logo

youtubemusicdownloader's Introduction

YoutubeMusicDownloader

Command line executable that can download and convert YouTube videos or entire playlists into mp3 files.

This project is obsoleted by YoutubeDownloader - a GUI application to download YouTube videos. This repository will be removed soon.

Download

Usage examples

  • YoutubeMusicDownloader.exe "https://www.youtube.com/watch?v=I7RHr4o7t7E" (video by URL)
  • YoutubeMusicDownloader.exe I7RHr4o7t7E (video by ID)
  • YoutubeMusicDownloader.exe "https://www.youtube.com/watch?v=0KSOMA3QBU0&list=PLMC9KNkIncKtPzgY-5rmhvj7fax8fdxoj" (playlist by URL)
  • YoutubeMusicDownloader.exe PLMC9KNkIncKtPzgY-5rmhvj7fax8fdxoj (playlist by ID)

You can include multiple URLs or IDs simply by separating the arguments with space, like so:

  • YoutubeMusicDownloader.exe I7RHr4o7t7E 05nwADM_X-U ucDCFsiN5Gc (multiple videos by ID)

Or you can also combine the URLs with IDs:

  • YoutubeMusicDownloader.exe "https://www.youtube.com/watch?v=I7RHr4o7t7E" 05nwADM_X-U ucDCFsiN5Gc (multiple videos by ID)

Or even combine playlists with videos:

  • YoutubeMusicDownloader.exe I7RHr4o7t7E PLMC9KNkIncKtPzgY-5rmhvj7fax8fdxoj (video by ID and playlist by ID)

Libraries used

Runtimes used

youtubemusicdownloader's People

Contributors

tyrrrz avatar

Watchers

 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.