Git Product home page Git Product logo

youtube-to-mp3's Introduction

YouTube Downloader with TypeScript

This script allows you to download individual YouTube videos or entire playlists and convert them to MP3 format using TypeScript. It utilizes ytdl-core for downloading videos, ytpl for handling playlists, and fluent-ffmpeg for conversion to MP3.

Prerequisites

  • Node.js installed on your machine or use fnm/nvm.
  • pnpm or yarn to manage dependencies.
  • TypeScript compiler (typescript) installed globally or available as a dev dependency.

Installation

  1. Clone this repository.

  2. Install dependencies using pnpm or yarn:

    pnpm install

    or

    yarn install

Usage

Run the script using pnpm | yarn:

pnpm download --video <video_id> --output <output_folder>

Replace <video_id> or <playlist_id> with the respective YouTube video ID or playlist ID you want to download. Use --output followed by the desired output folder path where the downloaded files will be saved.

Available Commands:
--video <video_id>: Downloads a single video by its ID.
--playlist <playlist_id>: Downloads all videos from a playlist by its ID.
--output <output_folder>: Specifies the output folder to save the downloaded files.

Examples:

To download a single video:

pnpm download --video <video_id> --output ./downloads

To download a playlist:

pnpm download --playlist <playlist_id> --output ./downloads

youtube-to-mp3's People

Contributors

ludinhquan 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.