Advertisement
AyrA

YTPA.BAT

Jun 19th, 2017
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.41 KB | None | 0 0
  1. @ECHO OFF
  2. IF "%~1"=="" GOTO HELP
  3. GOTO EXEC
  4.  
  5. :EXEC
  6. REM --username *********@********* --password ********* --mark-watched
  7. C:\bat\yt\youtube-dl.exe -i --no-check-certificate --ffmpeg-location C:\bat\yt\ffmpeg.exe --extract-audio --audio-quality 256K --audio-format mp3 --embed-thumbnail -o "%%(title)s-%%(id)s.%%(ext)s" --download-archive __id.txt %*
  8. GOTO END
  9.  
  10. :HELP
  11. ECHO %~0 ^<YouTube-URL^>
  12. GOTO END
  13.  
  14. :END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement