Yt-dlp

From AtB's Wiki
Revision as of 17:07, 23 May 2024 by Admin (talk | contribs) (Created page with "# open command prompt and run the following command<syntaxhighlight lang="batch" line="1"> winget install yt-dlp </syntaxhighlight> # Close and reopen command prompt # Use the following to download your youtube video's audio<syntaxhighlight line="1" start="1"> cd c:\users\%username%\downloads yt-dlp.exe -x --audio-format mp3 --audio-quality 322K <paste url> </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. open command prompt and run the following command
    winget install yt-dlp
    
  2. Close and reopen command prompt
  3. Use the following to download your youtube video's audio
    cd c:\users\%username%\downloads
    yt-dlp.exe -x --audio-format mp3 --audio-quality 322K <paste url>