NC-17 -> FSK18

This commit is contained in:
Akamaru 2016-08-23 12:49:27 +02:00
parent e47062131c
commit 274919ed46
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
config.lua
*.db
tg
tmp/*
tmp/*
miku/plugins/licht.lua

View File

@ -943,6 +943,7 @@ function gerRating(str)
str = string.gsub(str, "TV%-14", "FSK16")
str = string.gsub(str, "PG%-13 %- Teens 13 or older", "FSK16")
str = string.gsub(str, "de/18", "FSK18")
str = string.gsub(str, "NC%-17", "FSK18")
str = string.gsub(str, "TV%-MA", "FSK18")
str = string.gsub(str, "R %- 17%+ %(violence & profanity%)", "FSK18")
str = string.gsub(str, "R%+ %- Mild Nudity", "FSK18")