Skip to content

Instantly share code, notes, and snippets.

@Lontia
Last active May 12, 2020 08:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lontia/f9a92489ab15092c4c14bb2f6b5833cc to your computer and use it in GitHub Desktop.
Save Lontia/f9a92489ab15092c4c14bb2f6b5833cc to your computer and use it in GitHub Desktop.
Download videos(youtube)
import webbrowser
url = "https://www.youtube.com/watch?v=4qKw_f0yTn4"
download = url[:12] + "ss" + url[12:]
webbrowser.open(download)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment