dots


dots / config / .local / bin
xxwhirlpool  ·  2026-03-18

ytbest

 1#!/usr/bin/env bash
 2
 3URL="$1"
 4
 5if [[ $# -eq 0 ]]; then
 6	echo "Usage: ytbest [URL]"
 7	exit 1
 8fi
 9
10# format:
11# best audio + best video
12yt-dlp -f "ba+bv" "$URL"