Yt-dlp: Difference between revisions

From AtB's Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
</syntaxhighlight>
</syntaxhighlight>
# Close and reopen command prompt
# Close and reopen command prompt
# Use the following to download your youtube video's audio<syntaxhighlight line="1">
# Use the following to download your youtube video's audio<syntaxhighlight line="1" lang="batch">
cd c:\users\%username%\downloads
cd c:\users\%username%\downloads
yt-dlp.exe -x --audio-format mp3 --audio-quality 322K <paste url>
yt-dlp.exe -x --audio-format mp3 --audio-quality 322K <paste url>
</syntaxhighlight>
</syntaxhighlight>

Revision as of 17:08, 23 May 2024

  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>