Created
February 17, 2021 12:16
-
-
Save featherbear/2be6a5bab75d898ed24c7ebd4272c512 to your computer and use it in GitHub Desktop.
youtube-dl script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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