summaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/config.ts b/src/config.ts
index 0a623e0..8eef85b 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -31,10 +31,8 @@ const mainQuery: GetPostQuery = {
31 "-mouth_shot", 31 "-mouth_shot",
32 "-animated", 32 "-animated",
33 "-transformation", 33 "-transformation",
34 "-macro", 34 "-m*cro",
35 "-micro", 35 "-world_war_*",
36 "-world_war_1",
37 "-world_war_2",
38 "-adolf_hitler_(artist)", 36 "-adolf_hitler_(artist)",
39 "-blackkaries", 37 "-blackkaries",
40 "-photography_(artwork)", 38 "-photography_(artwork)",
@@ -43,6 +41,10 @@ const mainQuery: GetPostQuery = {
43 "score:>=20", 41 "score:>=20",
44 "inpool:false", 42 "inpool:false",
45 ], 43 ],
44 tagsBlacklist: [
45 "plushification",
46 "foot_focus"
47 ],
46 maxPage: 118, 48 maxPage: 118,
47}; 49};
48 50