Last active
November 19, 2024 07:53
-
-
Save alexpreynolds/48933e373df14f3936b34019b339c2d1 to your computer and use it in GitHub Desktop.
How to download a Granite Curling Club livestream
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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