mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 13:28:00 +01:00
Update content blacklist
This commit is contained in:
parent
76ec61c44f
commit
3c894ebb2e
1 changed files with 5 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue