Bionus / imgbrd-grabber

Very customizable imageboard/booru downloader with powerful filenaming features.
https://www.bionus.org/imgbrd-grabber/
Apache License 2.0
2.55k stars 216 forks source link

Is there a way to apply different blacklist rules for each site/source? #3044

Closed ghost closed 1 year ago

ghost commented 1 year ago

I have a question:

gelbooru.com is the source I usually use and i use the blacklist to filter images that I have already viewed using a tag and an id filter e.g.:

demon_girl id:<=9000000

Now I want to visit the source api.rule34.xxx.

How can I apply my filter demon_girl id:<=9000000 only to the source gelbooru.com?

Bionus commented 1 year ago

Well you were almost there, the token is called website, not site or source 😅 You can find the list of all tokens here.

Using website:gelbooru.com demon_girl id:<=9000000 should do the trick 👍

ghost commented 1 year ago

Perfect, it worked, thanks.