Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 2c7fb51d65 1.245.16 2026-01-11 02:52:29 +01:00
DebaucheryLibrarian 7b1433edd3 Using origin for release URL in Radical scraper. 2026-01-11 02:52:27 +01: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.245.15",
"version": "1.245.16",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.245.15",
"version": "1.245.16",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

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

View File

@ -25,7 +25,7 @@ function scrapeScene(data, channel, parameters) {
const release = {};
release.entryId = data.id;
release.url = `${channel.url}/${getVideoPath(data, parameters)}/${data.slug}`;
release.url = `${new URL(channel.url).origin}/${getVideoPath(data, parameters)}/${data.slug}`;
release.title = data.title;
release.description = data.description;