Skip to content

Instantly share code, notes, and snippets.

@featherbear
Created February 17, 2021 12:16
Show Gist options
  • Save featherbear/2be6a5bab75d898ed24c7ebd4272c512 to your computer and use it in GitHub Desktop.
Save featherbear/2be6a5bab75d898ed24c7ebd4272c512 to your computer and use it in GitHub Desktop.
youtube-dl script
@echo off
title youtube-dl %*
cd /d %USERPROFILE%\Downloads
youtube-dl --embed-thumbnail --extract-audio --audio-format mp3 -o "%%(title)s.%%(ext)s" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment