From 98f9e599017d5b0879cd91e3c365d76ea511a284 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Sat, 14 Nov 2020 19:55:05 +0000 Subject: [PATCH] Add (temporary) badvideos igset This igset is only intended as a temporary workaround until #443 is implemented properly. Does not include the JW Player customer videos as those are not as frequent as the FastCo ones. --- db/ignore_patterns/badvideos.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 db/ignore_patterns/badvideos.json diff --git a/db/ignore_patterns/badvideos.json b/db/ignore_patterns/badvideos.json new file mode 100644 index 00000000..c0c0e98c --- /dev/null +++ b/db/ignore_patterns/badvideos.json @@ -0,0 +1,13 @@ +{ + "name": "badvideos", + "patterns": [ + "^https?://mp3\\.cbc\\.ca/", + "^https?://podcast-a\\.akamaihd\\.net/mp3/", + "^https?://content\\.jwplatform\\.com/videos/", + "^https?://vp\\.nyt\\.com/", + "^https?://video1\\.nytimes\\.com/", + "^https?://(d21rhj7n383afu\\.cloudfront\\.net|videos\\.posttv\\.com)/washpost-production/", + "^https?://videos\\.usatoday\\.net/Brightcove2/" + ], + "type": "ignore_patterns" +}