-
So I would like to try to configure my config to prevent the downloading of things that have specific tags attached to them when scraping a large category. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Mar 22, 2025
Replies: 1 comment 1 reply
-
On command-line
In a config file "image-filter": "not contains(tags, ('badtag1', 'badtag2', 'badtag3'))" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kookie99
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On command-line
In a config file