Yt-dlp: Difference between revisions

From AtB's Wiki
Jump to navigation Jump to search
(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>")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
# open command prompt and run the following command<syntaxhighlight lang="batch" line="1">
# 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 following to download your youtube video's audio<syntaxhighlight line="1" start="1">
# 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 <paste url>
</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

  1. open command prompt and run the following command
    winget install yt-dlp
    
  2. Close and reopen command prompt
  3. Use the below command to change directories to your download folder
    cd c:\users\%username%\downloads
    
  4. 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