remove url stuff from excluded words
This commit is contained in:
parent
e62f1f2cf9
commit
e8ac8b49f4
1 changed files with 0 additions and 10 deletions
10
exclude.py
10
exclude.py
|
@ -118,14 +118,4 @@ EXCLUDED_WORDS = {
|
|||
"or",
|
||||
"this",
|
||||
"your",
|
||||
# URL Bestandteile
|
||||
"https",
|
||||
"http",
|
||||
"www",
|
||||
"com",
|
||||
"de",
|
||||
"org",
|
||||
"net",
|
||||
"it",
|
||||
"ch",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue