diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts index ede8cfc..2210db8 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -56,7 +56,9 @@ const mainQuery: GetPostQuery = { | |||
56 | "bdsm", | 56 | "bdsm", |
57 | "latex", | 57 | "latex", |
58 | "rubber_clothing", | 58 | "rubber_clothing", |
59 | "rubber_suit" | 59 | "rubber_suit", |
60 | "hypnosis", | ||
61 | "mind_control" | ||
60 | ], | 62 | ], |
61 | maxPage: 121, | 63 | maxPage: 121, |
62 | }; | 64 | }; |