diff options
author | Jordan <me@jordan.im> | 2021-12-07 11:16:54 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-12-07 11:16:54 -0700 |
commit | b568ef409e0f284e5f5d1e746499a34238960990 (patch) | |
tree | 1089b2c1829bc33083811ed73516b7f2377e6304 | |
parent | e4e052cf2709835217a748db7674bb6b45d0a8cf (diff) | |
download | keep-b568ef409e0f284e5f5d1e746499a34238960990.tar.gz keep-b568ef409e0f284e5f5d1e746499a34238960990.zip |
config: escape regexp set
-rw-r--r-- | keep.json | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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/" ] } |