Added transfer tool, WIP. Added Savage Gangbang to Kink.

This commit is contained in:
DebaucheryLibrarian
2023-05-31 00:29:54 +02:00
parent 811c8e1c92
commit 1b4d973e7b
103 changed files with 440 additions and 69 deletions

View File

@@ -29,7 +29,9 @@ function scrapeAll(scenes, entity) {
release.poster = query.img('.adimage');
release.photos = query.imgs('.rollover .roll-image', { attribute: 'data-imagesrc' }).map((photo) => [
photo.replace('410/', '830/'),
photo
.replace('410/', '830/')
.replace('_thumb', '_full'),
photo,
]);
@@ -57,12 +59,12 @@ function scrapeScene({ query }, url, entity) {
release.director = query.content('.director-name');
release.photos = query.imgs('.gallery .thumb img, #gallerySlider .gallery-img', 'data-image-file');
release.photos = query.imgs('.gallery .thumb img, #gallerySlider .gallery-img', { attribute: 'data-image-file' });
release.poster = query.poster();
release.tags = query.contents('.tag-list a[href*="/tag"]').map((tag) => tag.replace(/,\s*/, ''));
const trailer = query.attribute('.player span[data-type="trailer-src"]', 'data-url');
const trailer = query.attribute('.player span[data-type="trailer-src"]', { attribute: 'data-url' });
if (trailer) {
release.trailer = [