Advertisement
Najeebsk

YOUTUBE-DL.bat

Nov 20th, 2023
1,127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.29 KB | None | 0 0
  1. @ECHO OFF
  2. TITLE NAJEEB YOUTUBE FILE DOWNLOAD TIME
  3. COLOR 1B
  4. youtube-dl.exe -U
  5. SET /P M3U8= ENTER YOUTUBE URLS :
  6. youtube-dl.exe -F "%M3U8%"
  7. PAUSE :
  8. SET /P M3U82= ENTER STREMING M3U8 URLS :
  9. SET /P QULITY= ENTER QULITY VIDEO (18 22 ) :
  10. youtube-dl.exe -f %QULITY% "%M3U82%"
  11. PAUSE :
  12. EXIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement