From e9bc9082601a68f5021c402db7d3c9c72a5378c5 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 21 Oct 2021 06:41:03 +0200 Subject: Allow cub, but block bad tags related to it --- src/config.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/config.ts b/src/config.ts index e01a07c..88ba8b7 100644 --- a/src/config.ts +++ b/src/config.ts @@ -17,8 +17,9 @@ const mainQuery: GetPostQuery = { "-obese", "-friendship_is_magic", "-my_little_pony", + "-paw_patrol", "-diaper", - "-cub", + "-pacifier", "-hyper", "-lips", "-dress", @@ -32,7 +33,7 @@ const mainQuery: GetPostQuery = { "score:>=20", "inpool:false", ], - maxPage: 117, + maxPage: 120, }; export default { -- cgit v1.2.3-70-g09d2