forked from DebaucheryLibrarian/traxxx
Fixed Kink scraper returning commas in tags.
This commit is contained in:
@@ -2758,7 +2758,8 @@ const priorities = [ // higher index is higher priority
|
||||
['threesome', 'mfm', 'mff', 'trainbang', 'pissing'],
|
||||
['anal', 'bukkake'],
|
||||
['dp', 'dap', 'triple-penetration', 'tap', 'dvp', 'tvp', 'airtight'],
|
||||
['gangbang', 'blowbang', 'orgy'],
|
||||
['blowbang', 'orgy'],
|
||||
['gangbang'],
|
||||
['gay', 'transsexual', 'bisexual', 'hentai'],
|
||||
].reduce((acc, slugs, index) => {
|
||||
slugs.forEach((slug) => { acc[slug] = index; });
|
||||
|
||||
Reference in New Issue
Block a user