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
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" start="1">
# Use the following to download your youtube video's audio<syntaxhighlight line="1">
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:07, 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>