Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @echo off
  2.  
  3.  
  4. IF "%1"=="video" (
  5. vdown.py "%2=%3"
  6. GOTO END
  7. )
  8.  
  9. IF "%1"=="music" (
  10. youtube-dl -o "%%(title)s.%%(ext)s" -f bestaudio --extract-audio --audio-format mp3 --audio-quality 0 --ffmpeg-location "%tools%\ffmpeg\bin" "%2=%3"
  11. GOTO END
  12. )
  13.  
  14. :END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement