Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @ECHO OFF
- TITLE NAJEEB YOUTUBE FILE DOWNLOAD TIME
- COLOR 1B
- youtube-dl.exe -U
- SET /P M3U8= ENTER YOUTUBE URLS :
- youtube-dl.exe -F "%M3U8%"
- PAUSE :
- SET /P M3U82= ENTER STREMING M3U8 URLS :
- SET /P QULITY= ENTER QULITY VIDEO (18 22 ) :
- youtube-dl.exe -f %QULITY% "%M3U82%"
- PAUSE :
- EXIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement