Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
3d3b544cb4 1.250.20 2026-03-02 05:07:26 +01:00
DebaucheryLibrarian
65fa6027ee Prioritized pissing tag. 2026-03-02 05:07:23 +01:00
3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.250.19",
"version": "1.250.20",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.250.19",
"version": "1.250.20",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

@@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.250.19",
"version": "1.250.20",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

@@ -3024,6 +3024,7 @@ const priorities = [ // higher index is higher priority
['blowbang', 'orgy'],
['gangbang'],
['gay', 'transsexual', 'bisexual', 'hentai'],
['pissing'],
].reduce((acc, slugs, index) => {
slugs.forEach((slug) => { acc[slug] = index; });