mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2025-04-01 08:45:29 +02: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,
|
135140,
|
||||||
}
|
}
|
||||||
|
|
||||||
STORY_BLACKLIST: Set[int] = set()
|
STORY_BLACKLIST: Set[int] = {
|
||||||
|
316169,
|
||||||
|
318201,
|
||||||
|
}
|
||||||
|
|
||||||
STORY_WHITELIST: Set[int] = set()
|
STORY_WHITELIST: Set[int] = set()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue