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", "name": "traxxx",
"version": "1.250.19", "version": "1.250.20",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "traxxx", "name": "traxxx",
"version": "1.250.19", "version": "1.250.20",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.458.0", "@aws-sdk/client-s3": "^3.458.0",

View File

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

View File

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