diff options
author | trizen <trizen@protonmail.com> | 2020-09-08 12:40:05 +0300 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-09-14 10:58:52 -0500 |
commit | f31cbc76729af327b47b36b64a913381aa21d793 (patch) | |
tree | 7d0411ff94274248bc2459528ccdff2f5623442f | |
parent | c3a31d1d1adb8168f1d1e87d0c78362504ea66fd (diff) | |
download | fair-viewer-f31cbc76729af327b47b36b64a913381aa21d793.tar.lz fair-viewer-f31cbc76729af327b47b36b64a913381aa21d793.tar.xz fair-viewer-f31cbc76729af327b47b36b64a913381aa21d793.zip |
Ignore the non-working: invidiou.site and invidious.toot.koeln.
Signed-off-by: Jesús <heckyel@hyperbola.info>
-rw-r--r-- | lib/WWW/FairViewer.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/WWW/FairViewer.pm b/lib/WWW/FairViewer.pm index 4c77131..408737d 100644 --- a/lib/WWW/FairViewer.pm +++ b/lib/WWW/FairViewer.pm @@ -537,9 +537,11 @@ sub pick_random_instance { # These appear to not work properly with fair-viewer my %ignored = ( 'yewtu.be' => 1, + 'invidiou.site' => 1, 'invidious.xyz' => 1, 'vid.mint.lgbt' => 1, 'invidious.ggc-project.de' => 1, + 'invidious.toot.koeln' => 1, 'invidious.snopyta.org' => 1, # too popular == too slow ); |