diff options
| author | Volpeon <git@volpeon.ink> | 2021-11-15 14:05:00 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-11-15 14:05:00 +0100 |
| commit | 68b2ab507312ad90c80efcba629f4032951c9588 (patch) | |
| tree | 660cc4f3b4ea2106a2c05bb7bd8831971befee6e /src | |
| parent | Add 2486370 to blacklist (diff) | |
| download | feralbot-68b2ab507312ad90c80efcba629f4032951c9588.tar.gz feralbot-68b2ab507312ad90c80efcba629f4032951c9588.tar.bz2 feralbot-68b2ab507312ad90c80efcba629f4032951c9588.zip | |
Exclude *transformation instead of just transformation
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.ts | 4 |
1 files 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 = { | |||
| 31 | "-crossdressing", | 31 | "-crossdressing", |
| 32 | "-mouth_shot", | 32 | "-mouth_shot", |
| 33 | "-animated", | 33 | "-animated", |
| 34 | "-transformation", | 34 | "-*transformation", |
| 35 | "-m*cro", | 35 | "-m*cro", |
| 36 | "-plushification", | 36 | "-plushification", |
| 37 | "-foot_focus", | 37 | "-foot_focus", |
| @@ -52,7 +52,7 @@ const mainQuery: GetPostQuery = { | |||
| 52 | "huge_butt", | 52 | "huge_butt", |
| 53 | "dakimakura_design" | 53 | "dakimakura_design" |
| 54 | ], | 54 | ], |
| 55 | maxPage: 119, | 55 | maxPage: 121, |
| 56 | }; | 56 | }; |
| 57 | 57 | ||
| 58 | export default { | 58 | export default { |
