Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
dc5e510151 1.252.4 2026-04-03 22:45:42 +02:00
DebaucheryLibrarian
3d1b6a7cd6 Using channel origin instead of url for Teen Core Club scene links. 2026-04-03 22:45:39 +02:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

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

View File

@@ -18,7 +18,7 @@ function scrapeScene(scene, channel) {
const release = {};
release.entryId = scene.id;
release.url = `${channel.url}/video/${scene.id}/${scene.slug}`;
release.url = `${channel.origin}/video/${scene.id}/${scene.slug}`;
release.title = pickLocale(scene.title);
release.description = pickLocale(scene.description);