From 68b2ab507312ad90c80efcba629f4032951c9588 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 15 Nov 2021 14:05:00 +0100 Subject: Exclude *transformation instead of just transformation --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 02b486b..68875b3 100644 --- a/src/config.ts +++ b/src/config.ts @@ -31,7 +31,7 @@ const mainQuery: GetPostQuery = { "-crossdressing", "-mouth_shot", "-animated", - "-transformation", + "-*transformation", "-m*cro", "-plushification", "-foot_focus", @@ -52,7 +52,7 @@ const mainQuery: GetPostQuery = { "huge_butt", "dakimakura_design" ], - maxPage: 119, + maxPage: 121, }; export default { -- cgit v1.2.3-54-g00ecf