aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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())) }