Skip to content

Instantly share code, notes, and snippets.

@kaubu
Created May 20, 2021 03:02
Show Gist options
  • Save kaubu/b5242c5bc39cdd55f2315d0012a45a42 to your computer and use it in GitHub Desktop.
Save kaubu/b5242c5bc39cdd55f2315d0012a45a42 to your computer and use it in GitHub Desktop.
Videoget for windows
@echo off
echo "Usage: videoget.bat <url> <name>"
echo "Press 'CTRL-C' to stop."
set url=%1
set name=%2
youtube-dl --no-part --hls-use-mpegts --abort-on-unavailable-fragment -f best "%url%" -o "%name%.ts"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment