Compare commits

..

No commits in common. "80b0f9ee0fda25bee9782e08a7041e90b60c49d4" and "f0bec85ef833a28369bd19ae0514a2b412b30cac" have entirely different histories.

3 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.145.0",
"version": "1.144.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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

View File

@ -56,6 +56,7 @@ function scrapeAllB(scenes, channel) {
release.entryId = release.poster?.match(/\/sets\/(.*)\//)?.[1] || slugify(release.title);
console.log(release);
return release;
});
}