18+ tag to Lewd Check (#336)
This commit is contained in:
parent
481f600056
commit
99d23a47b7
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ private fun isHentaiTag(tag: String): Boolean {
|
||||||
tag.contains("lewd", true) ||
|
tag.contains("lewd", true) ||
|
||||||
tag.contains("nsfw", true) ||
|
tag.contains("nsfw", true) ||
|
||||||
tag.contains("erotica", true) ||
|
tag.contains("erotica", true) ||
|
||||||
tag.contains("pornographic", true)
|
tag.contains("pornographic", true) ||
|
||||||
|
tag.contains("18+", true)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun isHentaiSource(source: String): Boolean {
|
private fun isHentaiSource(source: String): Boolean {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue