Added banned tags
This commit is contained in:
parent
d92536aa1d
commit
5a76d60cad
@ -83,8 +83,11 @@ settings_time = {
|
|||||||
|
|
||||||
|
|
||||||
banned_tags = (
|
banned_tags = (
|
||||||
"guro", "scat", "yaoi", "implied_yaoi", "bara", "male_focus", "futanari", "otoko_no_ko",
|
"guro", "scat", "birth", "inflation", "big_belly", "pregnant", "amputee",
|
||||||
"tentacles", "bestiality", "greyscale", "grayscale", "monochrome"
|
"yaoi", "implied_yaoi", "bara", "male_focus", "futanari", "otoko_no_ko",
|
||||||
|
"tentacles", "bestiality", "spider", "mummification", "mummification_(bound)",
|
||||||
|
"insect_girl", "spider_girl",
|
||||||
|
"greyscale", "grayscale", "monochrome", "lowres", "comic",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -123,6 +126,11 @@ settings_backend = {
|
|||||||
# Apply post settings
|
# Apply post settings
|
||||||
# Post settings consist of a 2d matrix with both the x and y axis increased per post
|
# Post settings consist of a 2d matrix with both the x and y axis increased per post
|
||||||
settings_post = (
|
settings_post = (
|
||||||
(setup_profile("danbooru.random", "danbooru_backend", banned_tags, ("random",), "#random", "#random #nsfw #lewd"),),
|
# Random
|
||||||
(setup_profile("danbooru.yandere", "danbooru_backend", banned_tags, ("yandere",), "#yandere", "#yandere #nsfw #lewd"),)
|
(setup_profile("danbooru.random", "danbooru_backend", banned_tags, ("random",), "#random", "#random #nsfw #lewd"),
|
||||||
|
setup_profile("gelbooru.random", "gelbooru_backend", banned_tags, ("random",), "#random", "#random #nsfw #lewd")),
|
||||||
|
|
||||||
|
# Yandere
|
||||||
|
(setup_profile("danbooru.yandere", "danbooru_backend", banned_tags, ("yandere",), "#yandere", "#yandere #nsfw #lewd"),
|
||||||
|
setup_profile("gelbooru.yandere", "gelbooru_backend", banned_tags, ("yandere",), "#yandere", "#yandere #nsfw #lewd"))
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user