Yt-dlp: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
# open command prompt and run the following command<syntaxhighlight lang="batch | # open command prompt and run the following command<syntaxhighlight lang="batch"> | ||
winget install yt-dlp | winget install yt-dlp | ||
</syntaxhighlight> | </syntaxhighlight> | ||
# Close and reopen command prompt | # Close and reopen command prompt | ||
# Use the | # Use the below command to change directories to your download folder<syntaxhighlight lang="batch"> | ||
cd c:\users\%username%\downloads | cd c:\users\%username%\downloads | ||
yt-dlp.exe -x --audio-format mp3 --audio-quality 322K | </syntaxhighlight> | ||
# Use the following to download your YouTube video's audio, make sure to put the url of the video at the end.<syntaxhighlight lang="batch"> | |||
yt-dlp.exe -x --audio-format mp3 --audio-quality 322K | |||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 17:10, 23 May 2024
- open command prompt and run the following command
winget install yt-dlp
- Close and reopen command prompt
- Use the below command to change directories to your download folder
cd c:\users\%username%\downloads
- Use the following to download your YouTube video's audio, make sure to put the url of the video at the end.
yt-dlp.exe -x --audio-format mp3 --audio-quality 322K