Skip to content

Commit

Permalink
Add a show to R18+ allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu committed Dec 7, 2024
1 parent e4612c5 commit 121d0a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/r18_checker.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// list of possibly R18+ tags
def known_tags = [
"boys' love (bl)", "gay theme", "yaoi", "yuri", "lesbian", "hentai",
"hentai", "sex", "lgbt", "explicit", "adult animation", "adult content",
"sex", "lgbt", "explicit", "adult animation", "adult content",
]

def tmdb_tv = "TheMovieDB::TV"
Expand All @@ -12,6 +12,7 @@
def known_titles = [
[271026, tmdb_tv], // Taisho Era Contract Marriage, 2024
[220118, tmdb_tv], // Sazanami Soushi ni Junketsu wo Sasagu, 2023
[ 74180, tmdb_tv], // My Marriage Partner Is My Student, a Cocky Troublemaker, 2017
]

// List of known titles that might be misclassified as R18+
Expand All @@ -33,4 +34,4 @@
// Apply R18+ tag to the path name
is_r18 = is_adult_override ? false : is_r18
is_r18 ? "R18+ " : ""
}
}

0 comments on commit 121d0a3

Please sign in to comment.