Skip to content

Instantly share code, notes, and snippets.

@alexpreynolds
Last active November 19, 2024 07:53
Show Gist options
  • Save alexpreynolds/48933e373df14f3936b34019b339c2d1 to your computer and use it in GitHub Desktop.
Save alexpreynolds/48933e373df14f3936b34019b339c2d1 to your computer and use it in GitHub Desktop.
How to download a Granite Curling Club livestream
#!/bin/bash
pip install yt-dlp
yt-dlp -f "bv*+ba/b" "https://www.youtube.com/watch?v=wmc-oKHvZsA"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment