Exclude additional domain
This commit is contained in:
parent
7e054d0854
commit
bec00cdab5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ SCORE_FOR_DIFFERENT_DOMAIN = 1.0
|
|||
SCORE_FOR_SAME_DOMAIN = 0.01
|
||||
EXTRA_LINK_MULTIPLIER = 0.001
|
||||
UNKNOWN_DOMAIN_MULTIPLIER = 0.001
|
||||
EXCLUDED_DOMAINS = {'web.archive.org', 'forums.giantitp.com', 'www.crutchfield.com', 'plus.google.com'}
|
||||
EXCLUDED_DOMAINS = {'web.archive.org', 'forums.giantitp.com', 'www.crutchfield.com', 'plus.google.com', 'changeporn.com'}
|
||||
CORE_DOMAINS = {
|
||||
'github.com',
|
||||
'en.wikipedia.org',
|
||||
|
|
Loading…
Reference in a new issue