aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-10-29 15:18:09 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:44 +0200
commitd98479614c32f2474cdcd171aa8ed5cb68f162f6 (patch)
tree424f580a254c029677ff86aa3314b9e0dd579f10 /.local
parentb5a5a3e0bc0528e964b245657310727201d4fed0 (diff)
Invidious seems to have failed
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/open3
1 files changed, 0 insertions, 3 deletions
diff --git a/.local/bin/open b/.local/bin/open
index 22a8429..2de4100 100755
--- a/.local/bin/open
+++ b/.local/bin/open
@@ -52,9 +52,6 @@ multi sub cmd (HttpUrl $t where *.hostname.ends-with('zaaksysteem.nl')) { "chrom
# Rewrite bad site to good site
multi sub cmd (HttpUrl $t is copy where *.hostname eq "twitter.com") { callwith(URL.new(|$t.Hash, hostname => 'nitter.net')) }
-multi sub cmd (HttpUrl $t is copy where *.hostname eq "www.youtube.com") { callwith(URL.new(|$t.Hash, hostname => 'invidio.us')) }
-multi sub cmd (HttpUrl $t is copy where *.hostname eq "youtu.be") { callwith(URL.new(|$t.Hash, hostname => 'invidio.us')) }
-multi sub cmd (HttpUrl $t is copy where *.hostname eq "youtube.com") { callwith(URL.new(|$t.Hash, hostname => 'invidio.us')) }
# All other URLs should be opened with the preferred browser.