From b568ef409e0f284e5f5d1e746499a34238960990 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 7 Dec 2021 11:16:54 -0700 Subject: config: escape regexp set --- keep.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/keep.json b/keep.json index ea66b37..71caf3f 100644 --- a/keep.json +++ b/keep.json @@ -2,15 +2,15 @@ "token":"YXiHglqrSrEXRSIX83PhbPxskICaEOFTiUo757i57o1ffk67Zgb2qORhLq1", "verbose":false "ignore": [ - "^https?://(www\.)?reddit\.com/gallery", - "^https?://([^/]*\.)?discordapp\.[^/]+/", - "^https?://([^/]*\.)?discord\.[^/]+/", - "^https?://([^/]*\.)?tenor\.[^/]+/", - "^https?://([^/]*\.)?archive\.org/", - "^https?://([^/]*\.)?reddit\.com/gallery`", - "^https?://([^/]*\.)?youtu\.be/", - "^https?://([^/]*\.)?spotify\.com/", - "^https?://(www\.)?youtube\.com/", - "^https?://([^/]*\.)?redd\.it/" + "^https?://(www\\.)?reddit\\.com/gallery", + "^https?://([^/]*\\.)?discordapp\\.[^/]+/", + "^https?://([^/]*\\.)?discord\\.[^/]+/", + "^https?://([^/]*\\.)?tenor\\.[^/]+/", + "^https?://([^/]*\\.)?archive\\.org/", + "^https?://([^/]*\\.)?reddit\\.com/gallery", + "^https?://([^/]*\\.)?youtu\\.be/", + "^https?://([^/]*\\.)?spotify\\.com/", + "^https?://(www\\.)?youtube\\.com/", + "^https?://([^/]*\\.)?redd\\.it/" ] } -- cgit v1.2.3-54-g00ecf