diff options
author | Volpeon <git@volpeon.ink> | 2021-10-18 20:13:58 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-10-18 20:13:58 +0200 |
commit | 17b77b2caee8810c6f4de1fe33c8b64891f5c6d6 (patch) | |
tree | 6ade4a84e9734814505e771042f496b877f4bc73 /src/config.ts | |
parent | Query update (diff) | |
download | feralbot-17b77b2caee8810c6f4de1fe33c8b64891f5c6d6.tar.gz feralbot-17b77b2caee8810c6f4de1fe33c8b64891f5c6d6.tar.bz2 feralbot-17b77b2caee8810c6f4de1fe33c8b64891f5c6d6.zip |
Exclude animated
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config.ts b/src/config.ts index 693c190..060f042 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -15,9 +15,7 @@ const mainQuery: GetPostQuery = { | |||
15 | "-friendship_is_magic", | 15 | "-friendship_is_magic", |
16 | "-my_little_pony", | 16 | "-my_little_pony", |
17 | "-adolf_hitler_(artist)", | 17 | "-adolf_hitler_(artist)", |
18 | "-type:swf", | 18 | "-animated", |
19 | "-type:webm", | ||
20 | "-type:gif", | ||
21 | "status:active", | 19 | "status:active", |
22 | "score:>=15", | 20 | "score:>=15", |
23 | "inpool:false", | 21 | "inpool:false", |