Skip to content

codingstudios/ytdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An easy to use Multi thread YouTube playlist audio (mp3) downloader CLI tool

Install

Requires node.js@>=16 & ffmpeg

npm install -g ytdx

Usage

You will need a directory (folder) and a public YouTube playlist

ytdx --dir DIRECTORY_NAME --id PLAYLIST_ID

Multiple Threads Support

ytdx supports multi thread downloading for extra performance therefore speedy downloads, the default is set to 1 thread.

ytdx --threads THREAD_COUNT --dir DIRECTORY_NAME --id PLAYLIST_ID

License

This project is available as an open source under the terms of the MIT License