Add erotica and pornographic to lewd
This commit is contained in:
parent
3f56c81c03
commit
32197b1491
@ -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…
x
Reference in New Issue
Block a user