diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-14 20:35:06 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-14 20:35:13 +0100 |
commit | 92f45233e9727288056a30769b6dd5d680e28116 (patch) | |
tree | 0ce47818fbe602130b9d8cf07762a62500edc075 | |
parent | b5460fe884582cd7c7e6cc4f5b6cd2f1f0af1f86 (diff) | |
download | fuzzycat-92f45233e9727288056a30769b6dd5d680e28116.tar.gz fuzzycat-92f45233e9727288056a30769b6dd5d680e28116.zip |
update title blacklist
-rw-r--r-- | fuzzycat/verify.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzycat/verify.py b/fuzzycat/verify.py index c937aa8..edbe47f 100644 --- a/fuzzycat/verify.py +++ b/fuzzycat/verify.py @@ -39,6 +39,7 @@ get_key_values = operator.itemgetter("k", "v") # There titles appear too often, so ignore them for now. TITLE_BLACKLIST = set([ "", + "actualités", "about this issue", "about this journal", "abbreviations and acronyms", |