dots


commit
c340b69
parent
1ad38a5
author
xxwhirlpool
date
2026-03-03 19:55:05 -0500 EST
ytbest, shmoji
2 files changed,  +13, -0
M config/.config/shmoji/emojis.txt
+1, -0
1@@ -3571,3 +3571,4 @@
2 🫩 wtf
3 💽 minidisc
4 🫶 heart hands
5+🥲 single tear smile
A config/.local/bin/ytbest
+12, -0
 1@@ -0,0 +1,12 @@
 2+#!/usr/bin/env bash
 3+
 4+URL="$1"
 5+
 6+if [ $# -eq 0 ]; then
 7+	echo "Usage: ytbest [URL]"
 8+	exit 1
 9+fi
10+
11+# format:
12+# best audio + best video, excluding AI upscales
13+yt-dlp -f "ba/best[format_id!*=-sr]+bv*[format_id!*=-sr]" "$URL"