From d876a3f7853bc295a96c4e37a5e73958da85d646 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 26 Oct 2021 06:48:24 +0200 Subject: Improved tag blacklist --- src/config.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/config.ts') diff --git a/src/config.ts b/src/config.ts index 8eef85b..b81fdcb 100644 --- a/src/config.ts +++ b/src/config.ts @@ -32,6 +32,8 @@ const mainQuery: GetPostQuery = { "-animated", "-transformation", "-m*cro", + "-plushification", + "-foot_focus", "-world_war_*", "-adolf_hitler_(artist)", "-blackkaries", @@ -41,10 +43,7 @@ const mainQuery: GetPostQuery = { "score:>=20", "inpool:false", ], - tagsBlacklist: [ - "plushification", - "foot_focus" - ], + tagsBlacklist: [], maxPage: 118, }; -- cgit v1.2.3-70-g09d2