From e8ac8b49f41dc13d5e87ca8d5f4b00e1eba755b3 Mon Sep 17 00:00:00 2001 From: OneNewDev Date: Mon, 6 Jun 2022 17:31:27 +0200 Subject: [PATCH] remove url stuff from excluded words --- exclude.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/exclude.py b/exclude.py index 21e5951..64f869f 100644 --- a/exclude.py +++ b/exclude.py @@ -118,14 +118,4 @@ EXCLUDED_WORDS = { "or", "this", "your", - # URL Bestandteile - "https", - "http", - "www", - "com", - "de", - "org", - "net", - "it", - "ch", }