Specify audio quality of extracted audio (between 0 (best) and 10 (worst), default = 5)

yt-dlp

  • A youtube-dl fork with additional features and fixes.
    Download videos from YouTube and other websites.
    More information: <https://github.com/yt-dlp/yt-dlp>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

yt-dlp --extract-audio --audio-format {{mp3}} --audio-quality {{0}} "{{https://www.youtube.com/watch?v=oHg5SJYRHA0}}"

click the source code to copy