From 3c894ebb2ee624e4695d4cfb190d4807f24b67ac Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Sun, 15 Nov 2020 17:23:43 +0100 Subject: [PATCH] Update content blacklist --- fimfarchive/utils.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fimfarchive/utils.py b/fimfarchive/utils.py index 0095b91..9d49a5a 100644 --- a/fimfarchive/utils.py +++ b/fimfarchive/utils.py @@ -74,7 +74,11 @@ AUTHOR_BLACKLIST: Set[int] = { 135140, } -STORY_BLACKLIST: Set[int] = set() +STORY_BLACKLIST: Set[int] = { + 316169, + 318201, +} + STORY_WHITELIST: Set[int] = set()