Advertisement
sk8ordie

download channel

Oct 23rd, 2021
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.28 KB | None | 0 0
  1. @echo off
  2. :download
  3. echo.
  4. echo.
  5. set /p channel="Download the entire channel: "
  6. echo.
  7. title %channel%
  8. yt-dlp -i -f best -o "%channel%\%%(title)s.%%(ext)s" "https://www.youtube.com/%channel%"
  9. echo.
  10. echo.
  11. echo the download is complete, enter another channel name
  12. goto download
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement