From 0cb702ee0c5480d83006b7c83dd79fe8df32ed53 Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Wed, 27 Oct 2021 17:51:10 +0200 Subject: [PATCH] Update content blacklist --- fimfarchive/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fimfarchive/utils.py b/fimfarchive/utils.py index f3b5e4d..852a9fc 100644 --- a/fimfarchive/utils.py +++ b/fimfarchive/utils.py @@ -71,6 +71,7 @@ tqdm = partial( # AUTHOR_BLACKLIST: Set[int] = { + 33094, 135140, 242007, }