Added additional implicit tag blacklists.
This commit is contained in:
parent
3432e7ccf3
commit
992c07d817
1 changed files with 12 additions and 0 deletions
|
@ -17,6 +17,10 @@ define('BOORU_INFOS', [
|
|||
'kagari_(rewrite)' => ['-screencap'],
|
||||
'kasuga_ayumu' => ['-rating:explicit'],
|
||||
'osaka_(azumanga_daioh)' => ['-rating:explicit'],
|
||||
'yazawa_nico' => ['-nishikino_maki'],
|
||||
'nishikino_maki' => ['-yazawa_nico'],
|
||||
'heanna_sumire' => ['-tang_keke'],
|
||||
'tang_keke' => ['-heanna_sumire'],
|
||||
],
|
||||
],
|
||||
'gelbooru' => [
|
||||
|
@ -29,6 +33,10 @@ define('BOORU_INFOS', [
|
|||
'shokuhou_misaki' => ['-misaka_mikoto'],
|
||||
'kagari_(rewrite)' => ['-screencap'],
|
||||
'kasuga_ayumu' => ['-rating:explicit'],
|
||||
'yazawa_nico' => ['-nishikino_maki'],
|
||||
'nishikino_maki' => ['-yazawa_nico'],
|
||||
'heanna_sumire' => ['-tang_keke'],
|
||||
'tang_keke' => ['-heanna_sumire'],
|
||||
],
|
||||
],
|
||||
'yandere' => [
|
||||
|
@ -41,6 +49,10 @@ define('BOORU_INFOS', [
|
|||
'shokuhou_misaki' => ['-misaka_mikoto'],
|
||||
'kagari_(rewrite)' => ['-cap'],
|
||||
'kasuga_ayumu' => ['-rating:explicit'],
|
||||
'yazawa_nico' => ['-nishikino_maki'],
|
||||
'nishikino_maki' => ['-yazawa_nico'],
|
||||
'heanna_sumire' => ['-tang_keke'],
|
||||
'tang_keke' => ['-heanna_sumire'],
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
|
Reference in a new issue