Skip to content

Instantly share code, notes, and snippets.

@tuyendq
Last active November 7, 2023 01:39
Show Gist options
  • Save tuyendq/d50ce5148cd923d9ef7122fe2eb1b8cd to your computer and use it in GitHub Desktop.
Save tuyendq/d50ce5148cd923d9ef7122fe2eb1b8cd to your computer and use it in GitHub Desktop.
yt-dlp - forked from youtube-dl

Install yt-dlp on Windows

winget install yt-dlp

Install ffmpeg

winget install ffmpeg

Download a playlist and convert to mp3 audio files (--audio-quality: 0 for best quality, 10 for lowest quality)

yt-dlp --prefer-ffmpeg --extract-audio --audio-format mp3 --audio-quality 0 --embed-thumbnail -i REPLACE-YOUTUBE-PLAYLIST-ID-HERE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment