filter 3 more sources (#605)

This commit is contained in:
Kyle Mills 2022-06-04 17:59:19 -07:00 committed by GitHub
parent cd9b9642fb
commit 5e8130b94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,5 +54,8 @@ private fun isHentaiSource(source: String): Boolean {
source.contains("hbrowse", true) ||
source.contains("nhentai", true) ||
source.contains("erofus", true) ||
source.contains("multporn", true) ||
source.contains("vcp", true) ||
source.contains("vmp", true) ||
source.contains("hentai", true)
}