aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-10-23 11:18:53 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-10-23 11:18:53 +0200
commit142beed7df01360a115518ad3be25f034aaac9e7 (patch)
treed884c4c0211cd08f14105f53ac26b30784c95459
parentd63c3d4181b6c3cc95ce73308442d553284a42cd (diff)
Use my personal invidious instance for yt links
-rwxr-xr-x.local/bin/open2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/open b/.local/bin/open
index b71e6f7..584c430 100755
--- a/.local/bin/open
+++ b/.local/bin/open
@@ -79,7 +79,7 @@ my @not-reddit = <
>;
my @not-youtube = <
- yewtu.be
+ youtube.alt.tyil.nl
>;
multi sub cmd (HttpUrl $t is copy where *.hostname eq "twitter.com") { cmd(URL.new(|$t.Hash, hostname => @not-twitter.pick())) }