@@ -176,11 +176,7 @@ class STTSink(Sink):
def _ignore_text(self, text: str) -> bool:
BAD = [
- "amara",
- "sous-titres",
- "merci",
- "musique",
- "applaudissements"
+ "Amara.org"
]
t = text.lower()