18+ tag to Lewd Check (#336)
This commit is contained in:
parent
481f600056
commit
99d23a47b7
@ -31,7 +31,8 @@ private fun isHentaiTag(tag: String): Boolean {
|
||||
tag.contains("lewd", true) ||
|
||||
tag.contains("nsfw", true) ||
|
||||
tag.contains("erotica", true) ||
|
||||
tag.contains("pornographic", true)
|
||||
tag.contains("pornographic", true) ||
|
||||
tag.contains("18+", true)
|
||||
}
|
||||
|
||||
private fun isHentaiSource(source: String): Boolean {
|
||||
|
Loading…
x
Reference in New Issue
Block a user