Compare commits

..

No commits in common. "43a0bc8a2c33ef66538e8480bcd7f6a4a6b81341" and "1c24cae3b1e76e8ea39695fc60b88da0f4f7c84a" have entirely different histories.

3 changed files with 3 additions and 7 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.204.7",
"version": "1.204.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.204.7",
"version": "1.204.6",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

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

View File

@ -237,10 +237,6 @@ async function scrapeApiReleases(json, site) {
.concat(scene.categories?.map((category) => category.name))
.filter(Boolean); // some categories don't have a name
if (scene.availableOnSite.length > 1) {
release.comment = `Also available on ${scene.availableOnSite.filter((sisterSite) => sisterSite !== site.slug).join(', ')}`;
}
const posterPath = scene.pictures.resized || (scene.pictures.nsfw?.top && Object.values(scene.pictures.nsfw.top)[0]);
if (posterPath) {