remove url stuff from excluded words

This commit is contained in:
OneNewDev 2022-06-06 17:31:27 +02:00
parent e62f1f2cf9
commit e8ac8b49f4

View file

@ -118,14 +118,4 @@ EXCLUDED_WORDS = {
"or",
"this",
"your",
# URL Bestandteile
"https",
"http",
"www",
"com",
"de",
"org",
"net",
"it",
"ch",
}