diff --git a/pkg/scrape/javutil.go b/pkg/scrape/javutil.go index 8ed9da2d5..83442c915 100644 --- a/pkg/scrape/javutil.go +++ b/pkg/scrape/javutil.go @@ -28,6 +28,8 @@ func ProcessJavrTag(tag string) string { "single work": true, "solo work": true, "solowork": true, + "dmm exclusive": true, + "over 4 hours": true, } if skiptags[taglower] { return "" @@ -36,13 +38,17 @@ func ProcessJavrTag(tag string) string { // Map some tags to normalize so different sources match // TODO: this mapping is totally incomplete and needs help from community to fill maptags := map[string]string{ - "blow": "blowjob", - "blow job": "blowjob", - "kiss": "kiss kiss", - "kiss / kiss": "kiss kiss", - "prostitute": "club hostess & sex worker", - "prostitutes": "club hostess & sex worker", - "sun tan": "suntan", + "blow": "blowjob", + "blow job": "blowjob", + "kiss": "kiss kiss", + "kiss / kiss": "kiss kiss", + "prostitute": "club hostess & sex worker", + "prostitutes": "club hostess & sex worker", + "sun tan": "suntan", + "huge cock": "huge dick - large dick", + "other fetish": "other fetishes", + "threesome/foursome": "threesome / foursome", + "3P, 4P": "threesome / foursome", } if maptags[taglower] != "" { return maptags[taglower]