bbdown-cli
Installation
SKILL.md
BBDown CLI
Quick start (data/ output, prefer 720p)
- Prefer running from the repo root so
data/exists. - List available streams and the exact 720p label:
BBDown --only-show-info <url>
- Download to
data/with 720p preference (use the label you saw above):BBDown --work-dir data -q "<720p label>" <url>
- If you are unsure about labels, use interactive selection:
BBDown --work-dir data -ia <url>
Install or update (Linux/macOS)
- Install via .NET global tool:
dotnet tool install --global BBDown
- Update:
dotnet tool update --global BBDown
- Alternative: download a release binary and add it to PATH.