Multi thread YouTube playlist audio downloader
npm install ytdxnode.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
`$3
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
``