dots

my dotfiles
git clone https://git.awy.one/dots
Log | Files | Refs | Submodules | README | LICENSE

commit a2d89bf54da7565b29ea6dbf0a0e5a400e68cf5f
parent 73cd25d8c8f79ea215500f7bb0a3c01a0f5763fe
Author: awy <awy@awy.one>
Date:   Tue,  6 Jan 2026 23:59:47 +0300

match invidious links too

Diffstat:
M.local/bin/linkhandler | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/linkhandler b/.local/bin/linkhandler @@ -13,7 +13,7 @@ else fi # fuck youtube throttling -echo "$url" | rg -q 'youtube\.com/watch' && { +echo "$url" | rg -q '/watch.*[?&]v=[[:alnum:]_-]+' && { url="https://invidious.tmiland.com/watch?v=$(echo "$url" | sed 's/.*v=\([^&]*\)/\1/')" }