From 770f61f50202387a270a9931172e3328b758b9b8 Mon Sep 17 00:00:00 2001 From: taku Date: Thu, 6 Jul 2023 16:22:52 +0200 Subject: [PATCH] feat: reduce false positives [skip ci] (#74) --- configuration.revanced.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.revanced.json b/configuration.revanced.json index 7b2d858..49fa63b 100644 --- a/configuration.revanced.json +++ b/configuration.revanced.json @@ -318,7 +318,7 @@ 954147049832603748 ], "match": [ - "(?i)(((video|buffer|play|stuck|work|time|freeze|infinite|1:09|endless|\\sload).*){2,})" + "(?i)(((video|buffer|stops play|stuck|time |freeze|infinite|1:09|endless|\\sload).*){2,})" ] }, "excludes": { @@ -364,4 +364,4 @@ } } ] -} \ No newline at end of file +}