#!/usr/bin/env -S uv run --script # /// script # requires-python = ">=3.8" # dependencies = [ # "youtube-transcript-api", # ] # /// # Taken from: https://www.cottongeeks.com/articles/2025-06-24-fun-with-uv-and-pep-723