@echo off
set /p link=Link: 
:Start
youtube-dl --write-info-json --skip-download "%link%"
GOTO Start