Add erotica and pornographic to lewd
This commit is contained in:
parent
3f56c81c03
commit
32197b1491
1 changed files with 3 additions and 1 deletions
|
|
@ -29,7 +29,9 @@ private fun isHentaiTag(tag: String): Boolean {
|
|||
tag.contains("adult", true) ||
|
||||
tag.contains("smut", true) ||
|
||||
tag.contains("lewd", true) ||
|
||||
tag.contains("nsfw", true)
|
||||
tag.contains("nsfw", true) ||
|
||||
tag.contains("erotica", true) ||
|
||||
tag.contains("pornographic", true)
|
||||
}
|
||||
|
||||
private fun isHentaiSource(source: String): Boolean {
|
||||
|
|
|
|||
Loading…
Reference in a new issue