diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-10-18 23:55:11 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-10-18 23:55:11 +0300 |
commit | 4e379b0623cebb9d92ce06f38939eb3c71b29108 (patch) | |
tree | ca5b32f5785723eeec715dda762bc221170385c4 /src/config.json | |
parent | Translated using Weblate (Finnish) (diff) | |
download | libredirect-4e379b0623cebb9d92ce06f38939eb3c71b29108.zip |
Added clip support to SafeTwitch https://github.com/libredirect/browser_extension/issues/833
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json index 96afcda3..72cb6b83 100644 --- a/src/config.json +++ b/src/config.json @@ -182,7 +182,7 @@ } }, "targets": [ - "^https?:\\/{2}(www\\.)?twitch\\.(tv|com)\\/" + "^https?:\\/{2}(www\\.|clips\\.)?twitch\\.(tv|com)\\/" ], "name": "Twitch", "options": { |