Created
March 31, 2019 00:57
-
-
Save chand1012/ec8e4399e1edbb822bc9456c1e214dea to your computer and use it in GitHub Desktop.
This file contains hidden or 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 script | |
set /p url="Past url to download:" | |
youtube-dl %url% | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment