Skip to content

Instantly share code, notes, and snippets.

@uwepries
Created August 21, 2023 21:03
Show Gist options
  • Save uwepries/b892bdd7632eca710d3232917a0b5b0e to your computer and use it in GitHub Desktop.
Save uwepries/b892bdd7632eca710d3232917a0b5b0e to your computer and use it in GitHub Desktop.
Download youtube video, no deps except Python, inplace, no traces left.
python3 -m venv venv; source ./venv/bin/activate; pip install pytube; pytube "https://www.youtube.com/watch?v=dQw4w9WgXcQ"; deactivate; rm -rf venv;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment