Skip to content

Instantly share code, notes, and snippets.

@chand1012
Created March 31, 2019 00:57
Show Gist options
  • Save chand1012/ec8e4399e1edbb822bc9456c1e214dea to your computer and use it in GitHub Desktop.
Save chand1012/ec8e4399e1edbb822bc9456c1e214dea to your computer and use it in GitHub Desktop.
@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