Added MariskaX.

This commit is contained in:
DebaucheryLibrarian
2023-07-09 21:39:40 +02:00
parent f009c90e5d
commit 77727dff77
15 changed files with 112 additions and 3 deletions

View File

@@ -101,11 +101,10 @@ function scrapeUpcoming(scenes, channel) {
}));
release.poster = query.img('img') || query.img('img', { attribute: 'src0_1x' });
release.teaser = html.match(/src=['"](https:\/\/.*\.mp4)['"]/)?.[1];
release.entryId = channel.parameters?.entryIdFromTitle ? slugify(release.title) : getEntryId(html);
// TODO: teaser
return release;
});
}