Youtube-dl is a entertainment app. youtube-dl is a free and open source download manager for video and audio from YouTube and over 1,000 other video hosting websites.

  • Invoke the installer listed on Windows Package Manager:
    winget install -e youtube-dl.youtube-dl
  • Invoke the installer from the latest release of its source code repository on GitHub
    Invoke-WebRequest 'https://github.com/ytdl-org/youtube-dl/releases/latest/download/youtube-dl.exe' -OutFile "$env:Temp/youtube-dl.exe"
    if ($?) {Start-Process "$env:Temp/youtube-dl.exe"}
  • Download it from the publisher’s website