diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config.ts | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/config.ts b/src/config.ts index 060f042..012e9b4 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -8,19 +8,21 @@ const mainQuery: GetPostQuery = { | |||
8 | "-presenting", | 8 | "-presenting", |
9 | "-meme", | 9 | "-meme", |
10 | "-humor", | 10 | "-humor", |
11 | "-photography_(artwork)", | ||
12 | "-portrait", | 11 | "-portrait", |
13 | "-comic", | 12 | "-comic", |
14 | "-saliva", | 13 | "-saliva", |
14 | "-seductive", | ||
15 | "-friendship_is_magic", | 15 | "-friendship_is_magic", |
16 | "-my_little_pony", | 16 | "-my_little_pony", |
17 | "-adolf_hitler_(artist)", | ||
18 | "-animated", | 17 | "-animated", |
18 | "-adolf_hitler_(artist)", | ||
19 | "-photography_(artwork)", | ||
20 | "-3d_(artwork)", | ||
19 | "status:active", | 21 | "status:active", |
20 | "score:>=15", | 22 | "score:>=15", |
21 | "inpool:false", | 23 | "inpool:false", |
22 | ], | 24 | ], |
23 | maxPage: 194, | 25 | maxPage: 190, |
24 | }; | 26 | }; |
25 | 27 | ||
26 | export default { | 28 | export default { |