Guest User

youtube-download

a guest
Jun 12th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.17 KB | None | 0 0
  1. @echo off
  2. echo Вставь URL:
  3. set /p LINK=
  4. youtube-dl -f ("bestvideo[height>=720]"/bestvideo)+bestaudio/best -ciw -v %LINK% -o "%%(title)s-%%(id)s-%%(format_id)s.%%(ext)s"
Add Comment
Please, Sign In to add comment