From ab843da05d92e05e8d7c7f85d1f366e59723f3fa Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 23 Oct 2021 08:33:06 +0200 Subject: Exclude world_war_* --- src/config.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index fc6e1ef..be77313 100644 --- a/src/config.ts +++ b/src/config.ts @@ -29,6 +29,8 @@ const mainQuery: GetPostQuery = { "-mouth_shot", "-animated", "-transformation", + "-world_war_1", + "-world_war_2", "-adolf_hitler_(artist)", "-blackkaries", "-photography_(artwork)", @@ -37,7 +39,7 @@ const mainQuery: GetPostQuery = { "score:>=20", "inpool:false", ], - maxPage: 119, + maxPage: 120, }; export default { -- cgit v1.2.3-54-g00ecf