Yt-dlp: Difference between revisions
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
- open command prompt and run the following command
winget install yt-dlp
- Close and reopen command prompt
- 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>